SMACC
Loading...
Searching...
No Matches
cb_timer.cpp
Go to the documentation of this file.
2
3namespace cl_ros_timer
4{
6{
8
10}
11
13{
14 this->postTimerEvent_();
15}
16
18{
19}
20} // namespace cl_ros_timer
virtual void onExit() override
Definition: cb_timer.cpp:17
void onClientTimerTickCallback()
Definition: cb_timer.cpp:12
virtual void onEntry() override
Definition: cb_timer.cpp:5
std::function< void()> postTimerEvent_
Definition: cb_ros_timer.h:26
ClRosTimer * timerClient_
Definition: cb_ros_timer.h:25
boost::signals2::connection onTimerTick(void(T::*callback)(), T *object)
Definition: cl_ros_timer.h:34
void requiresClient(SmaccClientType *&storage)