open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_types_encoding_json.h>
Data Fields | |
const char * | fieldName |
void * | fieldPointer |
decodeJsonSignature | function |
UA_Boolean | found |
const UA_DataType * | type |
Map for decoding a Json Object.
An array of this is passed to the decodeFields function. If the key "fieldName" is found in the json object (mark as found and) decode the value with the "function" and write result into "fieldPointer" (destination).
Definition at line 155 of file ua_types_encoding_json.h.
const char* DecodeEntry::fieldName |
Definition at line 156 of file ua_types_encoding_json.h.
void* DecodeEntry::fieldPointer |
Definition at line 157 of file ua_types_encoding_json.h.
decodeJsonSignature DecodeEntry::function |
Definition at line 158 of file ua_types_encoding_json.h.
UA_Boolean DecodeEntry::found |
Definition at line 159 of file ua_types_encoding_json.h.
const UA_DataType* DecodeEntry::type |
Definition at line 160 of file ua_types_encoding_json.h.