SMACC2
|
#include <cb_call_service.hpp>
Public Member Functions | |
CbServiceCall (const char *serviceName) | |
CbServiceCall (const char *serviceName, std::shared_ptr< typename ServiceType::Request > request, std::chrono::milliseconds pollRate=100ms) | |
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) |
void | requestForceFinish () |
void | executeOnEntry () override |
void | executeOnExit () override |
void | waitOnEntryThread (bool requestFinish) |
template<typename TCallbackMethod , typename T > | |
boost::signals2::connection | onSuccess (TCallbackMethod callback, T *object) |
template<typename TCallbackMethod , typename T > | |
boost::signals2::connection | onFinished (TCallbackMethod callback, T *object) |
template<typename TCallbackMethod , typename T > | |
boost::signals2::connection | onFailure (TCallbackMethod 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, bool throwExceptionIfNotExist=false) |
virtual void | onEntry () |
virtual void | onExit () |
virtual void | executeOnEntry () |
virtual void | executeOnExit () |
Public Attributes | |
rclcpp::Client< ServiceType >::SharedFuture | resultFuture_ |
std::shared_ptr< typename ServiceType::Response > | result_ |
std::chrono::milliseconds | pollRate_ |
Protected Member Functions | |
virtual void | onServiceResponse (std::shared_ptr< typename ServiceType::Response >) |
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 () |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual void | dispose () |
virtual rclcpp::Node::SharedPtr | getNode () const |
virtual rclcpp::Logger | getLogger () const |
Protected Attributes | |
std::shared_ptr< rclcpp::Client< ServiceType > > | client_ |
std::string | serviceName_ |
std::shared_ptr< typename ServiceType::Request > | request_ |
Definition at line 30 of file cb_call_service.hpp.
|
inline |
Definition at line 33 of file cb_call_service.hpp.
References smacc2::client_behaviors::CbServiceCall< ServiceType >::pollRate_, and smacc2::client_behaviors::CbServiceCall< ServiceType >::request_.
|
inline |
Definition at line 39 of file cb_call_service.hpp.
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 46 of file cb_call_service.hpp.
References smacc2::client_behaviors::CbServiceCall< ServiceType >::client_, smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), smacc2::ISmaccClientBehavior::getNode(), smacc2::SmaccAsyncClientBehavior::isShutdownRequested(), smacc2::client_behaviors::CbServiceCall< ServiceType >::onServiceResponse(), smacc2::client_behaviors::CbServiceCall< ServiceType >::pollRate_, smacc2::SmaccAsyncClientBehavior::postFailureEvent(), smacc2::SmaccAsyncClientBehavior::postSuccessEvent(), smacc2::client_behaviors::CbServiceCall< ServiceType >::request_, smacc2::client_behaviors::CbServiceCall< ServiceType >::result_, smacc2::client_behaviors::CbServiceCall< ServiceType >::resultFuture_, and smacc2::client_behaviors::CbServiceCall< ServiceType >::serviceName_.
Referenced by cl_nav2z::CbResumeSlam::onEntry().
|
inlineprotectedvirtual |
Definition at line 94 of file cb_call_service.hpp.
References smacc2::ISmaccClientBehavior::getLogger(), and smacc2::ISmaccClientBehavior::getName().
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
|
protected |
Definition at line 90 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
std::chrono::milliseconds smacc2::client_behaviors::CbServiceCall< ServiceType >::pollRate_ |
Definition at line 86 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::CbServiceCall(), and smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
|
protected |
Definition at line 92 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::CbServiceCall(), and smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
std::shared_ptr<typename ServiceType::Response> smacc2::client_behaviors::CbServiceCall< ServiceType >::result_ |
Definition at line 85 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
rclcpp::Client<ServiceType>::SharedFuture smacc2::client_behaviors::CbServiceCall< ServiceType >::resultFuture_ |
Definition at line 84 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().
|
protected |
Definition at line 91 of file cb_call_service.hpp.
Referenced by smacc2::client_behaviors::CbServiceCall< ServiceType >::onEntry().