![]() |
ChimeraTK-ControlSystemAdapter-OPCUAAdapter 04.00.05
|
This struct represents a folder in OPCUA with its own node id and with his parent and child node id. More...
#include <ua_adapter.h>
Collaboration diagram for ChimeraTK::FolderInfo:Public Attributes | |
| string | folderName |
| Name of the folder. | |
| UA_NodeId | folderNodeId = UA_NODEID_NULL |
| NodeId from the folder from opcua server. | |
| UA_NodeId | nextFolderNodeId = UA_NODEID_NULL |
| NodeId from the child folder. | |
| UA_NodeId | prevFolderNodeId = UA_NODEID_NULL |
| NodeId from the parent folder. | |
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 66 of file ua_adapter.h.
| string ChimeraTK::FolderInfo::folderName |
Name of the folder.
Definition at line 70 of file ua_adapter.h.
| UA_NodeId ChimeraTK::FolderInfo::folderNodeId = UA_NODEID_NULL |
NodeId from the folder from opcua server.
Definition at line 72 of file ua_adapter.h.
| UA_NodeId ChimeraTK::FolderInfo::nextFolderNodeId = UA_NODEID_NULL |
NodeId from the child folder.
Definition at line 74 of file ua_adapter.h.
| UA_NodeId ChimeraTK::FolderInfo::prevFolderNodeId = UA_NODEID_NULL |
NodeId from the parent folder.
Definition at line 76 of file ua_adapter.h.