37 UA_NodeId_copy(&
baseNodeId, &this->baseNodeId);
50 UA_StatusCode retval = UA_STATUSCODE_GOOD;
51 UA_NodeId nullId = UA_NODEID_NULL;
52 if(UA_NodeId_equal(&this->
baseNodeId, &nullId)) {
71 return UA_STATUSCODE_GOOD;
virtual ~ua_mapped_class()
Destructor of the class.
UA_StatusCode ua_unmapSelfFromNamespace()
This methode unmapped all nodes.
UA_StatusCode ua_mapSelfToNamespace()
This methode mapped all own nodes into the opcua server.
ua_mapped_class()
Constructor of the class with parameter.
This struct contains a NodeId generated from the open62541-stack and the NodeId of the model side.