|
SMACC2
|
#include <cb_save_slam_map.hpp>


Public Member Functions | |
| CbSaveSlamMap () | |
| void | onExit () override |
| std::shared_ptr< nav2_msgs::srv::SaveMap::Request > | getRequest () |
| CbSaveSlamMap () | |
| void | onExit () override |
| std::shared_ptr< nav2_msgs::srv::SaveMap::Request > | getRequest () |
Public Member Functions inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
| 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 () |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| 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) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
Additional Inherited Members | |
Public Attributes inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
| std::shared_future< std::shared_ptr< typename ServiceType::Response > > | resultFuture_ |
| std::shared_ptr< typename ServiceType::Response > | result_ |
| std::chrono::milliseconds | pollRate_ |
Protected Member Functions inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
| 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 () |
| onEntry is executed in a new thread. However the current state cannot be left until the onEntry thread finishes. This flag can be checked from the onEntry thread to force finishing the thread. | |
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 rclcpp::Node::SharedPtr | getNode () const |
| virtual rclcpp::Logger | getLogger () const |
Protected Attributes inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
| std::shared_ptr< rclcpp::Client< ServiceType > > | client_ |
| std::string | serviceName_ |
| std::shared_ptr< typename ServiceType::Request > | request_ |
Definition at line 35 of file cb_save_slam_map.hpp.
| cl_nav2z::CbSaveSlamMap::CbSaveSlamMap | ( | ) |
Definition at line 37 of file cb_save_slam_map.cpp.
| cl_nav2z::CbSaveSlamMap::CbSaveSlamMap | ( | ) |
| std::shared_ptr< nav2_msgs::srv::SaveMap::Request > cl_nav2z::CbSaveSlamMap::getRequest | ( | ) |
Definition at line 51 of file cb_save_slam_map.cpp.
| std::shared_ptr< nav2_msgs::srv::SaveMap::Request > cl_nav2z::CbSaveSlamMap::getRequest | ( | ) |
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 49 of file cb_save_slam_map.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.