SMACC
|
#include <cb_ros_timer.h>
Public Member Functions | |
virtual void | onEntry () override |
virtual void | onExit () override |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
void | onClientTimerTickCallback () |
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 Attributes | |
ClRosTimer * | timerClient_ |
std::function< void()> | postTimerEvent_ |
boost::signals2::scoped_connection | c_ |
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 8 of file cb_ros_timer.h.
void cl_ros_timer::CbTimer::onClientTimerTickCallback | ( | ) |
Definition at line 12 of file cb_timer.cpp.
References postTimerEvent_.
Referenced by onEntry().
|
overridevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 5 of file cb_timer.cpp.
References onClientTimerTickCallback(), cl_ros_timer::ClRosTimer::onTimerTick(), smacc::ISmaccClientBehavior::requiresClient(), and timerClient_.
|
overridevirtual |
|
inline |
Definition at line 15 of file cb_ros_timer.h.
References postTimerEvent_.
|
private |
Definition at line 27 of file cb_ros_timer.h.
|
private |
Definition at line 26 of file cb_ros_timer.h.
Referenced by onClientTimerTickCallback(), and onOrthogonalAllocation().
|
private |
Definition at line 25 of file cb_ros_timer.h.
Referenced by onEntry().