![]() |
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 | |
| DependencySubjectFlags & | Apply (DependencySubjectFlags other) |
| bool | IsOwnership () const |
| DependencySubjectFlags & | SetOwnership () |
| string | ToString () const override |
Public Member Functions inherited from duckdb::DependencyFlags | |
| DependencyFlags (const DependencyFlags &other) | |
| DependencyFlags & | operator= (const DependencyFlags &other) |
| bool | operator== (const DependencyFlags &other) const |
| bool | operator!= (const DependencyFlags &other) const |
Static Private Attributes | |
| static constexpr uint8_t | OWNERSHIP = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from duckdb::DependencyFlags | |
| template<uint8_t BIT> | |
| bool | IsSet () const |
| template<uint8_t BIT> | |
| void | Set () |
| void | Merge (uint8_t other) |
| uint8_t | Value () |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements duckdb::DependencyFlags.