![]() |
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.
|
Extra key-value metadata for an error. More...
#include <duckdb.hpp>
Public Attributes | |
| const char * | key |
| The metadata key. | |
| const uint8_t * | value |
| The binary metadata value. | |
| size_t | value_length |
| The length of the metadata value. | |
Extra key-value metadata for an error.
The fields here are owned by the driver and should not be freed. The fields here are invalidated when the release callback in AdbcError is called.