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

Encoder state structure. More...

#include <tinybson.h>

Collaboration diagram for bson_encoder_s:

Public Attributes

int fd
 
uint8_t * buf
 
unsigned bufsize
 
unsigned bufpos
 
bool realloc_ok
 
bool dead
 

Detailed Description

Encoder state structure.

Definition at line 173 of file tinybson.h.

Member Data Documentation

◆ buf

◆ bufpos

unsigned bson_encoder_s::bufpos

◆ bufsize

unsigned bson_encoder_s::bufsize

Definition at line 179 of file tinybson.h.

Referenced by bson_encoder_init_buf(), bson_encoder_init_buf_file(), and write_x().

◆ dead

bool bson_encoder_s::dead

◆ fd

◆ realloc_ok

bool bson_encoder_s::realloc_ok

Definition at line 182 of file tinybson.h.

Referenced by bson_encoder_init_buf(), bson_encoder_init_buf_file(), and write_x().


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