SMACC2
|
#include <cb_ros_timer.hpp>
Public Member Functions | |
void | onEntry () override |
void | onEntry () override |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
void | onClientTimerTickCallback () |
void | onEntry () override |
void | onExit () override |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
void | onClientTimerTickCallback () |
![]() | |
virtual | ~SmaccClientBehavior () |
void | onEntry () override |
void | onExit () override |
![]() | |
ISmaccClientBehavior () | |
virtual | ~ISmaccClientBehavior () |
ISmaccStateMachine * | getStateMachine () |
std::string | getName () const |
template<typename SmaccClientType > | |
void | requiresClient (SmaccClientType *&storage) |
template<typename SmaccComponentType > | |
void | requiresComponent (SmaccComponentType *&storage, bool throwExceptionIfNotExist) |
template<typename SmaccComponentType > | |
void | requiresComponent (SmaccComponentType *&storage, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
virtual void | executeOnEntry () |
virtual void | executeOnExit () |
Private Attributes | |
ClRosTimer * | timerClient_ |
std::function< void()> | postTimerEvent_ |
boost::signals2::scoped_connection | c_ |
Additional Inherited Members | |
![]() | |
virtual void | runtimeConfigure () |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual void | dispose () |
virtual rclcpp::Node::SharedPtr | getNode () const |
virtual rclcpp::Logger | getLogger () const |
Definition at line 22 of file cb_ros_timer.hpp.
void cl_ros_timer::CbTimer::onClientTimerTickCallback | ( | ) |
Definition at line 26 of file cb_timer.cpp.
References postTimerEvent_.
Referenced by onEntry().
void cl_ros_timer::CbTimer::onClientTimerTickCallback | ( | ) |
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 19 of file cb_timer.cpp.
References onClientTimerTickCallback(), cl_ros_timer::ClRosTimer::onTimerTick(), smacc2::ISmaccClientBehavior::requiresClient(), and timerClient_.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
|
overridevirtual |
|
inline |
Definition at line 29 of file cb_ros_timer.hpp.
References smacc2::ISmaccClientBehavior::postEvent(), and postTimerEvent_.
|
inline |
Definition at line 29 of file cb_ros_timer.hpp.
References smacc2::ISmaccClientBehavior::postEvent(), and postTimerEvent_.
|
private |
Definition at line 40 of file cb_ros_timer.hpp.
|
private |
Definition at line 39 of file cb_ros_timer.hpp.
Referenced by onClientTimerTickCallback(), and onOrthogonalAllocation().
|
private |
Definition at line 38 of file cb_ros_timer.hpp.
Referenced by onEntry().