SMACC
|
#include <cb_muted_behavior.h>
Public Member Functions | |
virtual void | onEntry () override |
virtual void | onExit () override |
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 9 of file cb_muted_behavior.h.
|
inlineoverridevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 12 of file cb_muted_behavior.h.
|
inlineoverridevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 15 of file cb_muted_behavior.h.