#include <nodeid.h>
Public Member Functions | |
ExpandedNodeId () | |
ExpandednNdeId. | |
ExpandedNodeId (const NodeId &node) | |
ExpandedNodeId (const ExpandedNodeId &node) | |
ExpandedNodeId (MessageId messageId) | |
ExpandedNodeId (ReferenceId referenceId) | |
ExpandedNodeId (ObjectId objectId) | |
ExpandedNodeId (ExpandedObjectId objectId) | |
ExpandedNodeId (uint32_t integerId, uint16_t index) | |
ExpandedNodeId (std::string stringId, uint16_t index) |
ExpandednNdeId.
Definition at line 476 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | const NodeId & | node | ) |
Definition at line 496 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | const ExpandedNodeId & | node | ) |
Definition at line 501 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | MessageId | messageId | ) |
Definition at line 507 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | ReferenceId | referenceId | ) |
Definition at line 514 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | ObjectId | objectId | ) |
Definition at line 521 of file nodeid.cpp.
Definition at line 528 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | uint32_t | integerId, |
uint16_t | index | ||
) |
Definition at line 482 of file nodeid.cpp.
OpcUa::ExpandedNodeId::ExpandedNodeId | ( | std::string | stringId, |
uint16_t | index | ||
) |
Definition at line 489 of file nodeid.cpp.