open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_types_encoding_json.h>
Data Fields | |
jsmntok_t * | tokenArray |
UA_Int32 | tokenCount |
UA_UInt16 | index |
size_t | numCustom |
void * | custom |
size_t | currentCustomIndex |
const UA_DataTypeArray * | customTypes |
Definition at line 130 of file ua_types_encoding_json.h.
jsmntok_t* ParseCtx::tokenArray |
Definition at line 131 of file ua_types_encoding_json.h.
UA_Int32 ParseCtx::tokenCount |
Definition at line 132 of file ua_types_encoding_json.h.
UA_UInt16 ParseCtx::index |
Definition at line 133 of file ua_types_encoding_json.h.
size_t ParseCtx::numCustom |
Definition at line 137 of file ua_types_encoding_json.h.
void* ParseCtx::custom |
Definition at line 138 of file ua_types_encoding_json.h.
size_t ParseCtx::currentCustomIndex |
Definition at line 139 of file ua_types_encoding_json.h.
const UA_DataTypeArray* ParseCtx::customTypes |
Definition at line 141 of file ua_types_encoding_json.h.