ifw-core 6.0.0
|
#include <boost/format.hpp>
#include <exception>
#include <iostream>
#include <sstream>
#include <chrono>
#include <thread>
#include <fmt/format.h>
#include <yaml-cpp/yaml.h>
#include <boost/exception/diagnostic_information.hpp>
#include <rad/helper.hpp>
#include <ifw/core/utils/string/string.hpp>
#include <ifw/core/protocol/open62541/iDataChangeHandler.hpp>
#include <open62541/client_config_default.h>
#include <open62541/client_highlevel.h>
#include <open62541/types.h>
#include <open62541/config.h>
#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>
#include <ciiLogManager.hpp>
#include <ifw/core/protocol/open62541/variantConverter.hpp>
#include <ifw/core/protocol/open62541/open62541.hpp>
#include <ifw/core/protocol/open62541/logging.hpp>
Namespaces | |
namespace | ifw |
namespace | ifw::core |
namespace | ifw::core::protocol |
namespace | ifw::core::protocol::opcua |
taskPoll class header file. | |
Functions | |
bool | ifw::core::protocol::opcua::SetValue (const protocol::base::Variant container, UA_Variant &value) |
SetValue Convert a variant type into an OPCUA value object. | |
bool | ifw::core::protocol::opcua::GetValue (const UA_Variant value, protocol::base::Variant &container) |
Convert OPCUA value into a variant type. | |
ifw::core::protocol::opcua::REGISTER_COMM (Open62541) | |