![]() |
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::Bit, including all inherited members.
| BitCount(bitstring_t bits) | duckdb::Bit | static |
| BitLength(bitstring_t bits) | duckdb::Bit | static |
| BitPosition(bitstring_t substring, bitstring_t bits) | duckdb::Bit | static |
| BitString(const string_t &input, idx_t len, bitstring_t &result) | duckdb::Bit | static |
| BitToBlob(bitstring_t bit, string_t &output_blob) | duckdb::Bit | static |
| BitToBlob(bitstring_t bit) (defined in duckdb::Bit) | duckdb::Bit | static |
| BitToNumeric(bitstring_t bit, T &output_num) | duckdb::Bit | static |
| BitToNumeric(bitstring_t bit) (defined in duckdb::Bit) | duckdb::Bit | static |
| BitwiseAnd(const bitstring_t &rhs, const bitstring_t &lhs, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| BitwiseNot(const bitstring_t &rhs, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| BitwiseOr(const bitstring_t &rhs, const bitstring_t &lhs, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| BitwiseXor(const bitstring_t &rhs, const bitstring_t &lhs, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| BlobToBit(string_t blob, bitstring_t &output) | duckdb::Bit | static |
| BlobToBit(string_t blob) (defined in duckdb::Bit) | duckdb::Bit | static |
| ComputeBitstringLen(idx_t len) (defined in duckdb::Bit) | duckdb::Bit | static |
| ExtendBitString(const bitstring_t &input, idx_t bit_length, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| Finalize(bitstring_t &str) (defined in duckdb::Bit) | duckdb::Bit | privatestatic |
| GetBit(bitstring_t bit_string, idx_t n) | duckdb::Bit | static |
| GetBitIndex(idx_t n) (defined in duckdb::Bit) | duckdb::Bit | privatestatic |
| GetBitInternal(bitstring_t bit_string, idx_t n) (defined in duckdb::Bit) | duckdb::Bit | privatestatic |
| GetFirstByte(const bitstring_t &str) (defined in duckdb::Bit) | duckdb::Bit | privatestatic |
| LeftShift(const bitstring_t &bit_string, idx_t shift, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| NumericToBit(T numeric, bitstring_t &output_str) | duckdb::Bit | static |
| NumericToBit(T numeric) (defined in duckdb::Bit) | duckdb::Bit | static |
| OctetLength(bitstring_t bits) | duckdb::Bit | static |
| RightShift(const bitstring_t &bit_string, idx_t shift, bitstring_t &result) (defined in duckdb::Bit) | duckdb::Bit | static |
| SetBit(bitstring_t &bit_string, idx_t n, idx_t new_value) | duckdb::Bit | static |
| SetBitInternal(bitstring_t &bit_string, idx_t n, idx_t new_value) (defined in duckdb::Bit) | duckdb::Bit | privatestatic |
| SetEmptyBitString(bitstring_t &target, string_t &input) (defined in duckdb::Bit) | duckdb::Bit | static |
| SetEmptyBitString(bitstring_t &target, idx_t len) (defined in duckdb::Bit) | duckdb::Bit | static |
| ToBit(string_t str, bitstring_t &output) | duckdb::Bit | static |
| ToBit(string_t str) (defined in duckdb::Bit) | duckdb::Bit | static |
| ToString(bitstring_t bits, char *output) | duckdb::Bit | static |
| ToString(bitstring_t bits) (defined in duckdb::Bit) | duckdb::Bit | static |
| TryGetBitStringSize(string_t str, idx_t &result_size, string *error_message) | duckdb::Bit | static |
| Verify(const bitstring_t &input) (defined in duckdb::Bit) | duckdb::Bit | static |