NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
localization_common::TimestampedValue< T > Struct Template Reference

#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
 
value
 

Constructor & Destructor Documentation

◆ TimestampedValue() [1/2]

template<typename T >
localization_common::TimestampedValue< T >::TimestampedValue ( const Time  timestamp,
const T &  value 
)
inline

◆ TimestampedValue() [2/2]

template<typename T >
localization_common::TimestampedValue< T >::TimestampedValue ( const std::pair< const Time, T > &  pair)
inlineexplicit

Member Data Documentation

◆ timestamp

template<typename T >
Time localization_common::TimestampedValue< T >::timestamp

◆ value

template<typename T >
T localization_common::TimestampedValue< T >::value

The documentation for this struct was generated from the following file: