Template Class TypedTimerImpl

Inheritance Relationships

Base Type

Class Documentation

template<class T>
class TypedTimerImpl : public swri::TimerImpl

Public Functions

inline TypedTimerImpl(rclcpp::Node &nh, rclcpp::Duration period, void (T::* callback)(), T *obj)
inline void handleTimer()