![]() |
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::Time, including all inherited members.
| ConversionError(const string &str) (defined in duckdb::Time) | duckdb::Time | static |
| ConversionError(string_t str) (defined in duckdb::Time) | duckdb::Time | static |
| Convert(dtime_t time, int32_t &out_hour, int32_t &out_min, int32_t &out_sec, int32_t &out_micros) | duckdb::Time | static |
| FromCString(const char *buf, idx_t len, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time) | duckdb::Time | static |
| FromString(const string &str, bool strict=false, optional_ptr< int32_t > nanos=nullptr) | duckdb::Time | static |
| FromTime(int32_t hour, int32_t minute, int32_t second, int32_t microseconds=0) (defined in duckdb::Time) | duckdb::Time | static |
| FromTimeMs(int64_t time_ms) (defined in duckdb::Time) | duckdb::Time | static |
| FromTimeNs(int64_t time_ns) (defined in duckdb::Time) | duckdb::Time | static |
| IsValidTime(int32_t hour, int32_t minute, int32_t second, int32_t microseconds) (defined in duckdb::Time) | duckdb::Time | static |
| NormalizeTimeTZ(dtime_tz_t timetz) | duckdb::Time | static |
| ToNanoTime(int32_t hour, int32_t minute, int32_t second, int32_t nanoseconds=0) (defined in duckdb::Time) | duckdb::Time | static |
| ToString(dtime_t time) | duckdb::Time | static |
| ToUTCOffset(int hour_offset, int minute_offset) | duckdb::Time | static |
| TryConvertInternal(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time) | duckdb::Time | privatestatic |
| TryConvertInterval(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time) | duckdb::Time | static |
| TryConvertTime(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time) | duckdb::Time | static |
| TryConvertTimeTZ(const char *buf, idx_t len, idx_t &pos, dtime_tz_t &result, bool &has_offset, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time) | duckdb::Time | static |