open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
NL_Data Struct Reference

#include <NodesetLoader.h>

Data Fields

NL_DataType type
 
const char * name
 
union { 
 
   NL_PrimitiveData   primitiveData 
 
   NL_ComplexData   complexData 
 
val 
 
NL_Dataparent
 

Detailed Description

Definition at line 154 of file NodesetLoader.h.

Field Documentation

◆ complexData

NL_ComplexData NL_Data::complexData

Definition at line 161 of file NodesetLoader.h.

◆ name

const char* NL_Data::name

Definition at line 157 of file NodesetLoader.h.

◆ parent

NL_Data* NL_Data::parent

Definition at line 163 of file NodesetLoader.h.

◆ primitiveData

NL_PrimitiveData NL_Data::primitiveData

Definition at line 160 of file NodesetLoader.h.

◆ type

NL_DataType NL_Data::type

Definition at line 156 of file NodesetLoader.h.

◆ [union]

union { ... } NL_Data::val

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