Classes | |
class | AddressSpaceAddon |
class | AddressSpaceInMemory |
struct | AttributeValue |
struct | AttSubscription |
struct | DataChangeCallbackData |
class | InternalSubscription |
struct | MonitoredDataChange |
struct | NodeAttribute |
struct | NodeStruct |
class | SubscriptionServiceInternal |
struct | TriggeredDataChange |
struct | TriggeredEvent |
class | XmlAddressSpaceAddon |
class | XmlAddressSpaceAddonFactory |
class | XmlAddressSpaceLoader |
class | XmlProcessor |
Typedefs | |
typedef std::map< AttributeId, AttributeValue > | AttributesMap |
typedef std::map< uint32_t, NodeAttribute > | ClientIdToAttributeMapType |
typedef std::map< uint32_t, DataChangeCallbackData > | DataChangeCallbackMap |
typedef std::map< uint32_t, MonitoredDataChange > | MonitoredDataChangeMap |
typedef std::map< NodeId, uint32_t > | MonitoredEventsMap |
typedef std::map< NodeId, NodeStruct > | NodesMap |
typedef std::map< IntegerId, std::shared_ptr< InternalSubscription > > | SubscriptionsIdMap |
Variables | |
const char | XmlAddressSpaceAddonId [] = "xml_address_space_loader" |
typedef std::map<AttributeId, AttributeValue> OpcUa::Internal::AttributesMap |
Definition at line 67 of file address_space_internal.h.
typedef std::map<uint32_t, NodeAttribute> OpcUa::Internal::ClientIdToAttributeMapType |
Definition at line 49 of file address_space_internal.h.
typedef std::map<uint32_t, DataChangeCallbackData> OpcUa::Internal::DataChangeCallbackMap |
Definition at line 57 of file address_space_internal.h.
typedef std::map<uint32_t, MonitoredDataChange> OpcUa::Internal::MonitoredDataChangeMap |
Definition at line 54 of file internal_subscription.h.
typedef std::map<NodeId, uint32_t> OpcUa::Internal::MonitoredEventsMap |
Definition at line 55 of file internal_subscription.h.
typedef std::map<NodeId, NodeStruct> OpcUa::Internal::NodesMap |
Definition at line 77 of file address_space_internal.h.
typedef std::map< uint32_t, std::shared_ptr< InternalSubscription > > OpcUa::Internal::SubscriptionsIdMap |
Definition at line 18 of file address_space_internal.cpp.
const char OpcUa::Internal::XmlAddressSpaceAddonId[] = "xml_address_space_loader" |
Definition at line 77 of file xml_address_space_loader.h.