|
SMACC
|
#include <cb_timer_countdown_loop.h>


Public Member Functions | |
| CbTimerCountdownLoop (uint64_t triggerTickCount) | |
| virtual void | onEntry () override |
| virtual void | onExit () override |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
| template<typename T > | |
| boost::signals2::connection | onTimerTick (void(T::*callback)(), T *object) |
| virtual void | onEntry () override |
| virtual void | onExit () override |
Public Member Functions inherited from smacc::ISmaccClientBehavior | |
| ISmaccClientBehavior () | |
| virtual | ~ISmaccClientBehavior () |
| ISmaccStateMachine * | getStateMachine () |
| std::string | getName () const |
| template<typename SmaccClientType > | |
| void | requiresClient (SmaccClientType *&storage) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage) |
| ros::NodeHandle | getNode () |
Private Member Functions | |
| void | onClientTimerTickCallback () |
Private Attributes | |
| uint64_t | tickCounter_ |
| uint64_t | tickTriggerCount_ |
| ClRosTimer * | timerClient_ |
| std::function< void()> | postCountDownEvent_ |
| smacc::SmaccSignal< void()> | onTimerTick_ |
Additional Inherited Members | |
Protected Member Functions inherited from smacc::ISmaccClientBehavior | |
| virtual void | runtimeConfigure () |
| virtual void | onEntry () |
| virtual void | onExit () |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| ISmaccState * | getCurrentState () |
| virtual void | executeOnEntry () |
| virtual void | executeOnExit () |
| virtual void | dispose () |
Definition at line 9 of file cb_timer_countdown_loop.h.
| cl_ros_timer::CbTimerCountdownLoop::CbTimerCountdownLoop | ( | uint64_t | triggerTickCount | ) |
Definition at line 6 of file cb_timer_countdown_loop.cpp.
|
private |
Definition at line 12 of file cb_timer_countdown_loop.cpp.
References onTimerTick_, postCountDownEvent_, tickCounter_, and tickTriggerCount_.
Referenced by onEntry().

|
overridevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 23 of file cb_timer_countdown_loop.cpp.
References onClientTimerTickCallback(), cl_ros_timer::ClRosTimer::onTimerTick(), smacc::ISmaccClientBehavior::requiresClient(), and timerClient_.

|
overridevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 29 of file cb_timer_countdown_loop.cpp.
|
inline |
Definition at line 18 of file cb_timer_countdown_loop.h.
References postCountDownEvent_.
|
inline |
Definition at line 26 of file cb_timer_countdown_loop.h.
References smacc::ISmaccStateMachine::createSignalConnection(), smacc::ISmaccClientBehavior::getStateMachine(), and onTimerTick_.

|
private |
Definition at line 37 of file cb_timer_countdown_loop.h.
Referenced by onClientTimerTickCallback(), and onTimerTick().
|
private |
Definition at line 36 of file cb_timer_countdown_loop.h.
Referenced by onClientTimerTickCallback(), and onOrthogonalAllocation().
|
private |
Definition at line 32 of file cb_timer_countdown_loop.h.
Referenced by onClientTimerTickCallback().
|
private |
Definition at line 33 of file cb_timer_countdown_loop.h.
Referenced by onClientTimerTickCallback().
|
private |
Definition at line 35 of file cb_timer_countdown_loop.h.
Referenced by onEntry().