![]() |
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.
|
Iterator for data spread out over multiple blocks. More...
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = T |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | difference_type = idx_t |
| using | traits = std::iterator_traits< block_iterator_t > |
Private Attributes | |
| STATE * | state |
| idx_t | block_or_chunk_idx |
| idx_t | tuple_idx |
Iterator for data spread out over multiple blocks.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
(De-)referencing
|
inline |
|
inline |
Prefix and postfix increment and decrement.
|
inline |
|
inline |
|
inline |
|
inline |
Random access.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Difference between iterators.
|
inline |
Comparison operators.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |