![]() |
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.
|
Passed to C API extension as a parameter to the entrypoint. More...
#include <duckdb.hpp>

Public Attributes | |
| void(* | set_error )(duckdb_extension_info info, const char *error) |
| Indicate that an error has occurred. | |
| duckdb_database *(* | get_database )(duckdb_extension_info info) |
| Fetch the database on which to register the extension. | |
| const void *(* | get_api )(duckdb_extension_info info, const char *version) |
| Fetch the API struct pointer. | |
Passed to C API extension as a parameter to the entrypoint.