![]() |
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.
|
This is the complete list of members for duckdb::InterruptException, including all inherited members.
| ConstructMessage(const string &msg, ARGS const &...params) (defined in duckdb::Exception) | duckdb::Exception | inlinestatic |
| ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values) (defined in duckdb::Exception) | duckdb::Exception | static |
| ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values, const T ¶m, ARGS &&...params) (defined in duckdb::Exception) | duckdb::Exception | inlinestatic |
| Exception(ExceptionType exception_type, const string &message) (defined in duckdb::Exception) | duckdb::Exception | |
| Exception(const unordered_map< string, string > &extra_info, ExceptionType exception_type, const string &message) (defined in duckdb::Exception) | duckdb::Exception | |
| ExceptionTypeToString(ExceptionType type) (defined in duckdb::Exception) | duckdb::Exception | static |
| FormatStackTrace(const string &message="") (defined in duckdb::Exception) | duckdb::Exception | inlinestatic |
| GetStackTrace(idx_t max_depth=120) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(const Expression &expr) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(const ParsedExpression &expr) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(const QueryErrorContext &error_context) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(const TableRef &ref) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(optional_idx error_location) (defined in duckdb::Exception) | duckdb::Exception | static |
| InitializeExtraInfo(const string &subtype, optional_idx error_location) (defined in duckdb::Exception) | duckdb::Exception | static |
| INTERRUPT_MESSAGE (defined in duckdb::InterruptException) | duckdb::InterruptException | static |
| InterruptException() (defined in duckdb::InterruptException) | duckdb::InterruptException | |
| InvalidatesDatabase(ExceptionType exception_type) (defined in duckdb::Exception) | duckdb::Exception | static |
| InvalidatesTransaction(ExceptionType exception_type) (defined in duckdb::Exception) | duckdb::Exception | static |
| IsExecutionError(ExceptionType type) | duckdb::Exception | static |
| SetQueryLocation(optional_idx error_location, unordered_map< string, string > &extra_info) (defined in duckdb::Exception) | duckdb::Exception | static |
| StringToExceptionType(const string &type) (defined in duckdb::Exception) | duckdb::Exception | static |
| ToJSON(ExceptionType type, const string &message) (defined in duckdb::Exception) | duckdb::Exception | static |
| ToJSON(const unordered_map< string, string > &extra_info, ExceptionType type, const string &message) (defined in duckdb::Exception) | duckdb::Exception | static |
| UncaughtException() (defined in duckdb::Exception) | duckdb::Exception | static |