SMACC
|
#include <cb_default_keyboard_behavior.h>
Public Member Functions | |
void | onEntry () |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
void | OnKeyPress (char character) |
template<typename TEv > | |
void | postKeyEvent () |
Public Member Functions inherited from smacc::SmaccClientBehavior | |
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 () |
Public Attributes | |
ClKeyboard * | ClKeyboard_ |
std::function< void(char)> | postEventKeyPress |
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 10 of file cb_default_keyboard_behavior.h.
|
inlinevirtual |
Reimplemented from smacc::SmaccClientBehavior.
Definition at line 16 of file cb_default_keyboard_behavior.h.
References OnKeyPress(), cl_keyboard::ClKeyboard::OnKeyPress(), and smacc::ISmaccClientBehavior::requiresClient().
|
inline |
Definition at line 81 of file cb_default_keyboard_behavior.h.
References postEventKeyPress.
Referenced by onEntry().
|
inline |
Definition at line 23 of file cb_default_keyboard_behavior.h.
References postEventKeyPress.
|
inline |
Definition at line 87 of file cb_default_keyboard_behavior.h.
References smacc::introspection::demangleSymbol(), and smacc::ISmaccClientBehavior::postEvent().
ClKeyboard* cl_keyboard::CbDefaultKeyboardBehavior::ClKeyboard_ |
Definition at line 13 of file cb_default_keyboard_behavior.h.
std::function<void(char)> cl_keyboard::CbDefaultKeyboardBehavior::postEventKeyPress |
Definition at line 14 of file cb_default_keyboard_behavior.h.
Referenced by OnKeyPress(), and onOrthogonalAllocation().