Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
|
This is the complete list of members for robot::types::DataPoint< T >, including all inherited members.
DataPoint() | robot::types::DataPoint< T > | inline |
DataPoint(T data) | robot::types::DataPoint< T > | inline |
DataPoint(datatime_t time, T data) | robot::types::DataPoint< T > | inline |
getData() const | robot::types::DataPoint< T > | inline |
getDataOrElse(T defaultData) | robot::types::DataPoint< T > | inline |
getTime() const | robot::types::DataPoint< T > | inline |
isFresh(std::chrono::milliseconds duration) const | robot::types::DataPoint< T > | inline |
isValid() const | robot::types::DataPoint< T > | inline |
operator bool() const | robot::types::DataPoint< T > | inline |
transform(const F &f) | robot::types::DataPoint< T > | inline |