Template Class WallTimer
Defined in File agnocast_timer.hpp
Inheritance Relationships
Base Type
public agnocast::GenericTimer< FunctorT >(Template Class GenericTimer)
Class Documentation
-
template<typename FunctorT>
class WallTimer : public agnocast::GenericTimer<FunctorT> Timer that uses a steady (wall) clock.
Convenience specialization of GenericTimer that automatically creates an
RCL_STEADY_TIMEclock, suitable for wall-time periodic execution.- Template Parameters:
FunctorT – Callback type; must be invocable as
void()orvoid(TimerBase&).