PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Node structure passed to the callback. More...
#include <tinybson.h>
Public Attributes | |
char | name [BSON_MAXNAME] |
bson_type_t | type |
bson_binary_subtype_t | subtype |
union { | |
int64_t i | |
double d | |
bool b | |
}; | |
Node structure passed to the callback.
Definition at line 84 of file tinybson.h.
union { ... } |
bool bson_node_s::b |
Definition at line 91 of file tinybson.h.
Referenced by bson_decoder_next(), and decode_callback().
double bson_node_s::d |
Definition at line 90 of file tinybson.h.
Referenced by bson_decoder_next(), decode_callback(), and param_import_callback().
int64_t bson_node_s::i |
Definition at line 89 of file tinybson.h.
Referenced by bson_decoder_next(), decode_callback(), and param_import_callback().
char bson_node_s::name[BSON_MAXNAME] |
Definition at line 85 of file tinybson.h.
Referenced by bson_decoder_next(), decode_callback(), and param_import_callback().
bson_binary_subtype_t bson_node_s::subtype |
Definition at line 87 of file tinybson.h.
Referenced by bson_decoder_next(), decode_callback(), and param_import_callback().
bson_type_t bson_node_s::type |
Definition at line 86 of file tinybson.h.
Referenced by bson_decoder_init_buf(), bson_decoder_init_file(), bson_decoder_next(), decode_callback(), and param_import_callback().