ChimeraTK-ControlSystemAdapter-OPCUAAdapter 04.00.05
Loading...
Searching...
No Matches
ChimeraTK::FolderInfo Struct Reference

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.
 

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 66 of file ua_adapter.h.

Member Data Documentation

◆ folderName

string ChimeraTK::FolderInfo::folderName

Name of the folder.

Definition at line 70 of file ua_adapter.h.

◆ folderNodeId

UA_NodeId ChimeraTK::FolderInfo::folderNodeId = UA_NODEID_NULL

NodeId from the folder from opcua server.

Definition at line 72 of file ua_adapter.h.

◆ nextFolderNodeId

UA_NodeId ChimeraTK::FolderInfo::nextFolderNodeId = UA_NODEID_NULL

NodeId from the child folder.

Definition at line 74 of file ua_adapter.h.

◆ prevFolderNodeId

UA_NodeId ChimeraTK::FolderInfo::prevFolderNodeId = UA_NODEID_NULL

NodeId from the parent folder.

Definition at line 76 of file ua_adapter.h.


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