|
SMACC2
|
#include <cb_call_service.hpp>


Public Member Functions | |
| CbServiceCall (const char *serviceName) | |
| CbServiceCall (const char *serviceName, std::shared_ptr< typename ServiceType::Request >) | |
| void | onEntry () override |
Public Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
| virtual | ~SmaccAsyncClientBehavior () |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onSuccess (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onFinished (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onFailure (TCallback callback, T *object) |
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 | |
| std::shared_ptr< typename ServiceType::Response > | result_ |
Protected Member Functions | |
| void | onServiceResponse (typename rclcpp::Client< ServiceType >::SharedFuture result) |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| void | postSuccessEvent () |
| void | postFailureEvent () |
| virtual void | dispose () override |
| bool | isShutdownRequested () |
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 () |
Protected Attributes | |
| std::shared_ptr< rclcpp::Client< ServiceType > > | client_ |
| std::string | serviceName_ |
| std::shared_ptr< typename ServiceType::Request > | request_ |
Definition at line 29 of file cb_call_service.hpp.
|
inline |
Definition at line 32 of file cb_call_service.hpp.
|
inline |
Definition at line 34 of file cb_call_service.hpp.
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 39 of file cb_call_service.hpp.
References smacc2::client_behaviors::CbServiceCall< ServiceType >::client_, smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), smacc2::ISmaccClientBehavior::getNode(), smacc2::client_behaviors::CbServiceCall< ServiceType >::request_, smacc2::client_behaviors::CbServiceCall< ServiceType >::result_, and smacc2::client_behaviors::CbServiceCall< ServiceType >::serviceName_.
Referenced by cl_nav2z::CbResumeSlam::onEntry().


|
inlineprotected |
Definition at line 59 of file cb_call_service.hpp.
References smacc2::client_behaviors::CbServiceCall< ServiceType >::result_.
|
protected |
Definition at line 55 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
|
protected |
Definition at line 57 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
| std::shared_ptr<typename ServiceType::Response> smacc2::client_behaviors::CbServiceCall< ServiceType >::result_ |
Definition at line 51 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry(), and smacc2::client_behaviors::CbServiceCall< ServiceType >::onServiceResponse().
|
protected |
Definition at line 56 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().