Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
Loading...
Searching...
No Matches
robot::types::DataPoint< T > Member List

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() constrobot::types::DataPoint< T >inline
getDataOrElse(T defaultData)robot::types::DataPoint< T >inline
getTime() constrobot::types::DataPoint< T >inline
isFresh(std::chrono::milliseconds duration) constrobot::types::DataPoint< T >inline
isValid() constrobot::types::DataPoint< T >inline
operator bool() constrobot::types::DataPoint< T >inline
transform(const F &f)robot::types::DataPoint< T >inline