|
ifw-core
5.0.0-pre2
|
Classes | |
| class | IDataChangeHandler |
| The IDataChangeHandler class Defines an entry point for data change notifications. More... | |
| class | MonitoredItem |
| struct | OpcuaConnection |
| Connection Struct. More... | |
| class | Open62541 |
| The Open62541 class. More... | |
| class | Subscription |
| class | TaskPoll |
Typedefs | |
| using | MonitoredItemPtr = std::shared_ptr< MonitoredItem > |
| using | MonitoredItemConstPtr = std::shared_ptr< const MonitoredItem > |
| using | SubscriptionPtr = std::shared_ptr< Subscription > |
| using | SubscriptionConstPtr = std::shared_ptr< const Subscription > |
Functions | |
| bool | SetValue (const protocol::base::Variant container, UA_Variant &value) |
| SetValue Convert a variant type into an OPCUA value object. More... | |
| bool | GetValue (const UA_Variant value, protocol::base::Variant &container) |
| Convert OPCUA value into a variant type. More... | |
| REGISTER_COMM (Open62541) | |
| using protocol::opcua::MonitoredItemConstPtr = typedef std::shared_ptr<const MonitoredItem> |
| using protocol::opcua::MonitoredItemPtr = typedef std::shared_ptr<MonitoredItem> |
| using protocol::opcua::SubscriptionConstPtr = typedef std::shared_ptr<const Subscription> |
| using protocol::opcua::SubscriptionPtr = typedef std::shared_ptr<Subscription> |
| bool protocol::opcua::GetValue | ( | const UA_Variant | value, |
| protocol::base::Variant & | container | ||
| ) |
Convert OPCUA value into a variant type.
| value | OPCUA value object |
| container | Reference to the output variant object. |
| protocol::opcua::REGISTER_COMM | ( | Open62541 | ) |
| bool protocol::opcua::SetValue | ( | const protocol::base::Variant | container, |
| UA_Variant & | value | ||
| ) |
SetValue Convert a variant type into an OPCUA value object.
| container | Variant object |
| value | Reference to the output OPCUA value object |