ChimeraTK-ControlSystemAdapter-OPCUAAdapter  04.00.01
ChimeraTK::FolderInfo Struct Reference

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>

+ Collaboration diagram for ChimeraTK::FolderInfo:

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...
 

Detailed Description

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.

Author
Chris Iatrou, Julian Rahm
Date
03.12.2016

Definition at line 65 of file ua_adapter.h.

Member Data Documentation

◆ folderName

string ChimeraTK::FolderInfo::folderName

Name of the folder.

Definition at line 69 of file ua_adapter.h.

◆ folderNodeId

UA_NodeId ChimeraTK::FolderInfo::folderNodeId = UA_NODEID_NULL

NodeId from the folder from opcua server.

Definition at line 71 of file ua_adapter.h.

◆ nextFolderNodeId

UA_NodeId ChimeraTK::FolderInfo::nextFolderNodeId = UA_NODEID_NULL

NodeId from the child folder.

Definition at line 73 of file ua_adapter.h.

◆ prevFolderNodeId

UA_NodeId ChimeraTK::FolderInfo::prevFolderNodeId = UA_NODEID_NULL

NodeId from the parent folder.

Definition at line 75 of file ua_adapter.h.


The documentation for this struct was generated from the following file: