ifw-core  5.0.0-pre2
Namespaces | Functions
open62541.cpp File Reference
#include <boost/format.hpp>
#include <exception>
#include <iostream>
#include <sstream>
#include <chrono>
#include <thread>
#include "ifw/core/protocol/open62541/iDataChangeHandler.hpp"
#include <open62541.h>
#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>
#include "ifw/core/protocol/open62541/open62541.hpp"
#include "ifw/core/protocol/open62541/logging.hpp"

Namespaces

 protocol
 
 protocol::opcua
 

Functions

bool protocol::opcua::SetValue (const protocol::base::Variant container, UA_Variant &value)
 SetValue Convert a variant type into an OPCUA value object. More...
 
bool protocol::opcua::GetValue (const UA_Variant value, protocol::base::Variant &container)
 Convert OPCUA value into a variant type. More...
 
 protocol::opcua::REGISTER_COMM (Open62541)
 

Detailed Description