SMACC2
|
#include <cb_led_off.hpp>
Public Member Functions | |
void | onEntry () override |
void | onExit () override |
void | onEntry () override |
void | onExit () override |
Public Member Functions inherited from smacc2::ISmaccClientBehavior | |
ISmaccClientBehavior () | |
virtual | ~ISmaccClientBehavior () |
ISmaccStateMachine * | getStateMachine () |
std::string | getName () const |
template<typename SmaccClientType > | |
void | requiresClient (SmaccClientType *&storage) |
template<typename SmaccComponentType > | |
void | requiresComponent (SmaccComponentType *&storage) |
Public Attributes | |
cl_led::ClLED * | ledActionClient_ |
Additional Inherited Members | |
Protected Member Functions inherited from smacc2::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 | dispose () |
virtual rclcpp::Node::SharedPtr | getNode () |
virtual rclcpp::Logger | getLogger () |
Definition at line 30 of file cb_led_off.hpp.
|
inlineoverridevirtual |
Reimplemented from smacc2::SmaccClientBehavior.
Definition at line 35 of file cb_led_off.hpp.
References ledActionClient_, smacc2::ISmaccClientBehavior::requiresClient(), and smacc2::client_bases::SmaccActionClientBase< ActionType >::sendGoal().
|
inlineoverridevirtual |
Reimplemented from smacc2::SmaccClientBehavior.
Definition at line 44 of file cb_led_off.hpp.
cl_led::ClLED* sm_dance_bot_strikes_back::cl_led::CbLEDOff::ledActionClient_ |
Definition at line 33 of file cb_led_off.hpp.
Referenced by onEntry().