SMACC
|
#include <smacc_client_behavior.h>
Public Member Functions | |
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 () |
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 12 of file smacc_client_behavior.h.
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Reimplemented in cl_keyboard::CbDefaultKeyboardBehavior, smacc::CbServiceServerCallbackBase< TService >, smacc::CbSubscriptionCallbackBase< TMsg >, cl_move_group_interface::CbAttachObject, cl_move_group_interface::CbDetachObject, cl_multirole_sensor::CbDefaultMultiRoleSensorBehavior< ClientType >, cl_ros_publisher::CbDefaultPublishLoop, cl_ros_publisher::CbMutedBehavior< RosMsgType >, cl_ros_publisher::CbPublishOnce< RosMsgType >, cl_ros_timer::CbTimer, cl_ros_timer::CbTimerCountdownLoop, and cl_ros_timer::CbTimerCountdownOnce.
Definition at line 5 of file smacc_client_behavior.cpp.
References smacc::ISmaccClientBehavior::getName().
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Reimplemented in cl_multirole_sensor::CbDefaultMultiRoleSensorBehavior< ClientType >, cl_move_group_interface::CbAttachObject, cl_move_group_interface::CbDetachObject, cl_ros_publisher::CbDefaultPublishLoop, cl_ros_publisher::CbMutedBehavior< RosMsgType >, cl_ros_publisher::CbPublishOnce< RosMsgType >, cl_ros_timer::CbTimer, cl_ros_timer::CbTimerCountdownLoop, and cl_ros_timer::CbTimerCountdownOnce.
Definition at line 10 of file smacc_client_behavior.cpp.
References smacc::ISmaccClientBehavior::getName().