![]() |
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 | |
| void | RenderLayout (const string &text) override |
| void | RenderColumnName (const string &text) override |
| void | RenderType (const string &text) override |
| void | RenderValue (const string &text, const LogicalType &type) override |
| void | RenderNull (const string &text, const LogicalType &type) override |
| void | RenderFooter (const string &text) override |
| const string & | str () |
Public Member Functions inherited from duckdb::BaseResultRenderer | |
| virtual void | RenderStringLiteral (const string &text, const LogicalType &type) |
| BaseResultRenderer & | operator<< (char c) |
| BaseResultRenderer & | operator<< (const string &val) |
| void | Render (ResultRenderType render_mode, const string &val) |
| void | SetResultTypes (vector< LogicalType > new_column_types) |
| void | SetValueColumn (optional_idx index) |
| const LogicalType & | GetValueType () |
Private Attributes | |
| string | result |
Implements duckdb::BaseResultRenderer.
Implements duckdb::BaseResultRenderer.
Implements duckdb::BaseResultRenderer.
|
overridevirtual |
Implements duckdb::BaseResultRenderer.
|
overridevirtual |
Implements duckdb::BaseResultRenderer.
Implements duckdb::BaseResultRenderer.
| const string & duckdb::StringResultRenderer::str | ( | ) |