![]() |
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.
|

Public Member Functions | |
| MetadataBlock (const MetadataBlock &other)=delete | |
| MetadataBlock & | operator= (const MetadataBlock &)=delete |
| DUCKDB_API | MetadataBlock (MetadataBlock &&other) noexcept |
| enable move constructors | |
| DUCKDB_API MetadataBlock & | operator= (MetadataBlock &&) noexcept |
| void | Write (WriteStream &sink) |
| idx_t | FreeBlocksToInteger () |
| void | FreeBlocksFromInteger (idx_t blocks) |
| string | ToString () const |
Static Public Member Functions | |
| static MetadataBlock | Read (ReadStream &source) |
| static vector< uint8_t > | BlocksFromInteger (idx_t free_list) |
Public Attributes | |
| shared_ptr< BlockHandle > | block |
| block_id_t | block_id |
| vector< uint8_t > | free_blocks |
| atomic< bool > | dirty |