|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <NodesetLoader.h>
Data Fields | ||
| NL_DataType | type | |
| const char * | name | |
| union { | ||
| NL_PrimitiveData primitiveData | ||
| NL_ComplexData complexData | ||
| } | val | |
| NL_Data * | parent | |
Definition at line 154 of file NodesetLoader.h.
| NL_ComplexData NL_Data::complexData |
Definition at line 161 of file NodesetLoader.h.
| const char* NL_Data::name |
Definition at line 157 of file NodesetLoader.h.
| NL_Data* NL_Data::parent |
Definition at line 163 of file NodesetLoader.h.
| NL_PrimitiveData NL_Data::primitiveData |
Definition at line 160 of file NodesetLoader.h.
| NL_DataType NL_Data::type |
Definition at line 156 of file NodesetLoader.h.
| union { ... } NL_Data::val |