#include <etsi_its_vam_ts_coding/asn_system.h>
Go to the source code of this file.
Classes | |
struct | asn_jer_constraints_s |
Typedefs | |
typedef struct asn_jer_constraints_s | asn_jer_constraints_t |
typedef int() | pjson_callback_f(pjson_chunk_type_e _type, const void *_chunk_data, size_t _chunk_size, void *_key) |
Enumerations | |
enum | pjson_chunk_type_e { PJSON_TEXT, PJSON_KEY, PJSON_VALUE, PJSON_DLM, PJSON_KEY_END, PJSON_VALUE_END } |
Functions | |
ssize_t | pjson_parse (int *_stateContext, const void *_buf, size_t _size, pjson_callback_f *cb, void *_key) |
typedef struct asn_jer_constraints_s asn_jer_constraints_t |
typedef int() pjson_callback_f(pjson_chunk_type_e _type, const void *_chunk_data, size_t _chunk_size, void *_key) |
Definition at line 46 of file jer_support.h.
enum pjson_chunk_type_e |
Enumerator | |
---|---|
PJSON_TEXT | |
PJSON_KEY | |
PJSON_VALUE | |
PJSON_DLM | |
PJSON_KEY_END | |
PJSON_VALUE_END |
Definition at line 25 of file jer_support.h.
ssize_t pjson_parse | ( | int * | _stateContext, |
const void * | _buf, | ||
size_t | _size, | ||
pjson_callback_f * | cb, | ||
void * | _key | ||
) |
Definition at line 79 of file jer_support.c.