ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
|
#include <open62541/server.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | UA_STRING_TO_CPPSTRING_COPY(_p_uastring, _p_cppstring) |
#define | UASTRING_AS_CSTRING(_p_uastring, _p_strbuffer) |
#define | UASTRING_TO_CPPSTRING(_p_uastring, _p_cppstring) |
#define | NODE_BROWSENAME_AS_STRING(_p_server, _p_nodeid, _p_strbuffer) |
#define | NODE_DISPLAYNAME_AS_STRING(_p_server, _p_nodeid, _p_strbuffer) |
#define | NODE_DESCRIPTION_AS_STRING(_p_server, _p_nodeid, _p_strbuffer) |
#define NODE_BROWSENAME_AS_STRING | ( | _p_server, | |
_p_nodeid, | |||
_p_strbuffer | |||
) |
Definition at line 61 of file ua_typeconversion.h.
#define NODE_DESCRIPTION_AS_STRING | ( | _p_server, | |
_p_nodeid, | |||
_p_strbuffer | |||
) |
Definition at line 75 of file ua_typeconversion.h.
#define NODE_DISPLAYNAME_AS_STRING | ( | _p_server, | |
_p_nodeid, | |||
_p_strbuffer | |||
) |
Definition at line 68 of file ua_typeconversion.h.
#define UA_STRING_TO_CPPSTRING_COPY | ( | _p_uastring, | |
_p_cppstring | |||
) |
Definition at line 28 of file ua_typeconversion.h.
#define UASTRING_AS_CSTRING | ( | _p_uastring, | |
_p_strbuffer | |||
) |
Definition at line 42 of file ua_typeconversion.h.
#define UASTRING_TO_CPPSTRING | ( | _p_uastring, | |
_p_cppstring | |||
) |
Definition at line 53 of file ua_typeconversion.h.