ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
|
This struct represents a folder in OPCUA with its own node id and with his parent and child node id. For this FolderInfo are a singly-linked list. More...
#include <ua_adapter.h>
Public Attributes | |
string | folderName |
Name of the folder. More... | |
UA_NodeId | folderNodeId = UA_NODEID_NULL |
NodeId from the folder from opcua server. More... | |
UA_NodeId | nextFolderNodeId = UA_NODEID_NULL |
NodeId from the child folder. More... | |
UA_NodeId | prevFolderNodeId = UA_NODEID_NULL |
NodeId from the parent folder. More... | |
This struct represents a folder in OPCUA with its own node id and with his parent and child node id. For this FolderInfo are a singly-linked list.
Definition at line 65 of file ua_adapter.h.
string ChimeraTK::FolderInfo::folderName |
Name of the folder.
Definition at line 69 of file ua_adapter.h.
UA_NodeId ChimeraTK::FolderInfo::folderNodeId = UA_NODEID_NULL |
NodeId from the folder from opcua server.
Definition at line 71 of file ua_adapter.h.
UA_NodeId ChimeraTK::FolderInfo::nextFolderNodeId = UA_NODEID_NULL |
NodeId from the child folder.
Definition at line 73 of file ua_adapter.h.
UA_NodeId ChimeraTK::FolderInfo::prevFolderNodeId = UA_NODEID_NULL |
NodeId from the parent folder.
Definition at line 75 of file ua_adapter.h.