PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <tinybson.h>
Public Attributes | |
int | fd |
uint8_t * | buf |
size_t | bufsize |
unsigned | bufpos |
bool | dead |
bson_decoder_callback | callback |
void * | priv |
unsigned | nesting |
struct bson_node_s | node |
int32_t | pending |
Definition at line 104 of file tinybson.h.
uint8_t* bson_decoder_s::buf |
Definition at line 109 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), read_x(), and test_bson().
unsigned bson_decoder_s::bufpos |
Definition at line 111 of file tinybson.h.
Referenced by bson_decoder_init_buf(), and read_x().
size_t bson_decoder_s::bufsize |
Definition at line 110 of file tinybson.h.
Referenced by bson_decoder_init_buf(), and read_x().
bson_decoder_callback bson_decoder_s::callback |
Definition at line 114 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), and bson_decoder_next().
bool bson_decoder_s::dead |
Definition at line 113 of file tinybson.h.
Referenced by bson_decoder_init_buf(), and bson_decoder_init_file().
int bson_decoder_s::fd |
Definition at line 106 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), bson_decoder_next(), and read_x().
unsigned bson_decoder_s::nesting |
Definition at line 116 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), and bson_decoder_next().
struct bson_node_s bson_decoder_s::node |
Definition at line 117 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), and bson_decoder_next().
int32_t bson_decoder_s::pending |
Definition at line 118 of file tinybson.h.
Referenced by bson_decoder_copy_data(), bson_decoder_data_pending(), bson_decoder_init_buf(), bson_decoder_init_file(), and bson_decoder_next().
void* bson_decoder_s::priv |
Definition at line 115 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), and bson_decoder_next().