![]() |
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 | |
| StringTypeInfo (string collation_p) | |
| void | Serialize (Serializer &serializer) const override |
| shared_ptr< ExtraTypeInfo > | Copy () const override |
Public Member Functions inherited from duckdb::ExtraTypeInfo | |
| ExtraTypeInfo (ExtraTypeInfoType type) | |
| ExtraTypeInfo (ExtraTypeInfoType type, string alias) | |
| bool | Equals (ExtraTypeInfo *other_p) const |
| virtual shared_ptr< ExtraTypeInfo > | DeepCopy () const |
| template<class TARGET > | |
| TARGET & | Cast () |
| template<class TARGET > | |
| const TARGET & | Cast () const |
Static Public Member Functions | |
| static shared_ptr< ExtraTypeInfo > | Deserialize (Deserializer &source) |
Static Public Member Functions inherited from duckdb::ExtraTypeInfo | |
| static shared_ptr< ExtraTypeInfo > | Deserialize (Deserializer &source) |
Public Attributes | |
| string | collation |
Public Attributes inherited from duckdb::ExtraTypeInfo | |
| ExtraTypeInfoType | type |
| string | alias |
| unique_ptr< ExtensionTypeInfo > | extension_info |
Protected Member Functions | |
| bool | EqualsInternal (ExtraTypeInfo *other_p) const override |
Protected Member Functions inherited from duckdb::ExtraTypeInfo | |
| ExtraTypeInfo (const ExtraTypeInfo &other) | |
| ExtraTypeInfo & | operator= (const ExtraTypeInfo &other) |
|
explicit |
|
private |
|
overridevirtual |
Reimplemented from duckdb::ExtraTypeInfo.
|
overridevirtual |
Reimplemented from duckdb::ExtraTypeInfo.
|
overrideprotectedvirtual |
Reimplemented from duckdb::ExtraTypeInfo.