NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <timestamped_set.h>
Public Member Functions | |
TimestampedValue (const Time timestamp, const T &value) | |
TimestampedValue (const std::pair< const Time, T > &pair) | |
Public Attributes | |
Time | timestamp |
T | value |
|
inline |
|
inlineexplicit |
Time localization_common::TimestampedValue< T >::timestamp |
T localization_common::TimestampedValue< T >::value |