Template Struct LatestTime
Defined in File latest_time.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public message_filters::PolicyBase< M... >(Template Struct PolicyBase)
Struct Documentation
-
template<typename ...M>
struct LatestTime : public message_filters::PolicyBase<M...> Public Types
-
typedef Synchronizer<LatestTime> Sync
-
typedef PolicyBase<M...> Super
-
typedef std::tuple<double, double, double> RateConfig
filter coeffs and error margin factor: <rate_ema_alpha, error_ema_alpha, rate_step_change_margin_factor>
Public Functions
-
inline LatestTime()
-
inline LatestTime(const LatestTime &e)
-
inline LatestTime &operator=(const LatestTime &rhs)
-
inline void setRateConfigPerMessage(const std::vector<RateConfig> &configs)
-
inline void setRateConfig(const RateConfig &config)
-
typedef Synchronizer<LatestTime> Sync