MeterLogger
|
#include <sdk/include/json/jsontree.h>
Data Fields | |
struct jsontree_value * | values [JSONTREE_MAX_DEPTH] |
uint16_t | index [JSONTREE_MAX_DEPTH] |
int(* | putchar )(int) |
uint8_t | depth |
uint8_t | path |
int | callback_state |
Definition at line 52 of file jsontree.h.
int jsontree_context::callback_state |
Definition at line 58 of file jsontree.h.
uint8_t jsontree_context::depth |
Definition at line 56 of file jsontree.h.
uint16_t jsontree_context::index[JSONTREE_MAX_DEPTH] |
Definition at line 54 of file jsontree.h.
uint8_t jsontree_context::path |
Definition at line 57 of file jsontree.h.
int(* jsontree_context::putchar) (int) |
Definition at line 55 of file jsontree.h.
struct jsontree_value* jsontree_context::values[JSONTREE_MAX_DEPTH] |
Definition at line 53 of file jsontree.h.