SMACC
Loading...
Searching...
No Matches
cb_timer_countdown_once.cpp
Go to the documentation of this file.
2
3namespace cl_ros_timer
4{
5
7 : tickTriggerCount_(triggerTickCount),
8 tickCounter_(0)
9{
10}
11
13{
15
17 {
20 }
21}
22
24{
27}
28
30{
31}
32} // namespace cl_ros_timer
CbTimerCountdownOnce(uint64_t triggerTickCount)
smacc::SmaccSignal< void()> onTimerTick_
boost::signals2::connection onTimerTick(void(T::*callback)(), T *object)
Definition: cl_ros_timer.h:34
void requiresClient(SmaccClientType *&storage)