open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
ParseCtx Struct Reference

#include <ua_types_encoding_json.h>

Data Fields

jsmntok_ttokenArray
 
UA_Int32 tokenCount
 
UA_UInt16 index
 
size_t numCustom
 
void * custom
 
size_t currentCustomIndex
 
const UA_DataTypeArraycustomTypes
 

Detailed Description

Definition at line 130 of file ua_types_encoding_json.h.

Field Documentation

◆ tokenArray

jsmntok_t* ParseCtx::tokenArray

Definition at line 131 of file ua_types_encoding_json.h.

◆ tokenCount

UA_Int32 ParseCtx::tokenCount

Definition at line 132 of file ua_types_encoding_json.h.

◆ index

UA_UInt16 ParseCtx::index

Definition at line 133 of file ua_types_encoding_json.h.

◆ numCustom

size_t ParseCtx::numCustom

Definition at line 137 of file ua_types_encoding_json.h.

◆ custom

void* ParseCtx::custom

Definition at line 138 of file ua_types_encoding_json.h.

◆ currentCustomIndex

size_t ParseCtx::currentCustomIndex

Definition at line 139 of file ua_types_encoding_json.h.

◆ customTypes

const UA_DataTypeArray* ParseCtx::customTypes

Definition at line 141 of file ua_types_encoding_json.h.


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