|
SMACC2
|
#include <cb_string_publisher.hpp>


Public Member Functions | |
| CbStringPublisher (std::string msg) | |
| virtual void | runtimeConfigure () override |
| virtual void | onEntry () |
| 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 | |
| ClStringPublisher * | publisherClient_ |
| std::string | msg_ |
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 31 of file cb_string_publisher.hpp.
|
inline |
Definition at line 37 of file cb_string_publisher.hpp.
References msg_.
|
inlinevirtual |
Reimplemented from smacc2::SmaccClientBehavior.
Definition at line 45 of file cb_string_publisher.hpp.
References smacc2::ISmaccClientBehavior::requiresClient().

|
inlineoverridevirtual |
Reimplemented from smacc2::SmaccClientBehavior.
Definition at line 47 of file cb_string_publisher.hpp.
References msg_, smacc2::client_bases::SmaccPublisherClient::publish(), and publisherClient_.

|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 39 of file cb_string_publisher.hpp.
References smacc2::ISmaccClientBehavior::getLogger(), and msg_.

| std::string sm_dance_bot::cl_string_publisher::CbStringPublisher::msg_ |
Definition at line 35 of file cb_string_publisher.hpp.
Referenced by CbStringPublisher(), onExit(), and runtimeConfigure().
| ClStringPublisher* sm_dance_bot::cl_string_publisher::CbStringPublisher::publisherClient_ |
Definition at line 34 of file cb_string_publisher.hpp.
Referenced by onExit().