ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
|
Go to the source code of this file.
Classes | |
struct | ChimeraTK::UA_NodeId_pair_t |
This struct contains a NodeId generated from the open62541-stack and the NodeId of the model side. More... | |
struct | ChimeraTK::UA_DataSource_Map_Element_t |
For generic callback use, this sturct contains the methode pointer and a NodeId of the model. Additinaly a description from controlSystemAdapter can be setted here. More... | |
Namespaces | |
ChimeraTK | |
Macros | |
#define | NODE_PAIR_PUSH(_p_listname, _p_srcId, _p_targetId) |
Typedefs | |
typedef struct ChimeraTK::UA_NodeId_pair_t | ChimeraTK::UA_NodeId_pair |
typedef std::list< UA_NodeId_pair * > | ChimeraTK::nodePairList |
typedef struct ChimeraTK::UA_DataSource_Map_Element_t | ChimeraTK::UA_DataSource_Map_Element |
typedef std::list< UA_DataSource_Map_Element > | ChimeraTK::UA_DataSource_Map |
Functions | |
UA_StatusCode | ChimeraTK::ua_mapInstantiatedNodes (UA_NodeId objectId, UA_NodeId definitionId, void *handle) |
Node function and proxy mapping for new nodes. More... | |
#define NODE_PAIR_PUSH | ( | _p_listname, | |
_p_srcId, | |||
_p_targetId | |||
) |
Definition at line 58 of file ua_map_types.h.