MeterLogger
Data Fields
jsontree_context Struct Reference

#include <sdk/include/json/jsontree.h>

Collaboration diagram for jsontree_context:

Data Fields

struct jsontree_valuevalues [JSONTREE_MAX_DEPTH]
 
uint16_t index [JSONTREE_MAX_DEPTH]
 
int(* putchar )(int)
 
uint8_t depth
 
uint8_t path
 
int callback_state
 

Detailed Description

Definition at line 52 of file jsontree.h.

Field Documentation

◆ callback_state

int jsontree_context::callback_state

Definition at line 58 of file jsontree.h.

◆ depth

uint8_t jsontree_context::depth

Definition at line 56 of file jsontree.h.

◆ index

uint16_t jsontree_context::index[JSONTREE_MAX_DEPTH]

Definition at line 54 of file jsontree.h.

◆ path

uint8_t jsontree_context::path

Definition at line 57 of file jsontree.h.

◆ putchar

int(* jsontree_context::putchar) (int)

Definition at line 55 of file jsontree.h.

◆ values

struct jsontree_value* jsontree_context::values[JSONTREE_MAX_DEPTH]

Definition at line 53 of file jsontree.h.


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