PX4 Firmware
PX4 Autopilot Software http://px4.io
bson_node_s Struct Reference

Node structure passed to the callback. More...

#include <tinybson.h>

Collaboration diagram for bson_node_s:

Public Attributes

char name [BSON_MAXNAME]
 
bson_type_t type
 
bson_binary_subtype_t subtype
 
union {
   int64_t   i
 
   double   d
 
   bool   b
 
}; 
 

Detailed Description

Node structure passed to the callback.

Definition at line 84 of file tinybson.h.

Member Data Documentation

◆ @70

union { ... }

◆ b

bool bson_node_s::b

Definition at line 91 of file tinybson.h.

Referenced by bson_decoder_next(), and decode_callback().

◆ d

double bson_node_s::d

Definition at line 90 of file tinybson.h.

Referenced by bson_decoder_next(), decode_callback(), and param_import_callback().

◆ i

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().

◆ name

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().

◆ subtype

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().

◆ type


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