Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb_yyjson::yyjson_doc Struct Reference
Collaboration diagram for duckdb_yyjson::yyjson_doc:

Public Attributes

yyjson_valroot
 
yyjson_alc alc
 
size_t dat_read
 
size_t val_read
 
char * str_pool
 

Member Data Documentation

◆ root

yyjson_val* duckdb_yyjson::yyjson_doc::root

Root value of the document (nonnull).

◆ alc

yyjson_alc duckdb_yyjson::yyjson_doc::alc

Allocator used by document (nonnull).

◆ dat_read

size_t duckdb_yyjson::yyjson_doc::dat_read

The total number of bytes read when parsing JSON (nonzero).

◆ val_read

size_t duckdb_yyjson::yyjson_doc::val_read

The total number of value read when parsing JSON (nonzero).

◆ str_pool

char* duckdb_yyjson::yyjson_doc::str_pool

The string pool used by JSON values (nullable).


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