|
SMACC2
|
#include <cb_pause_object_tracking.hpp>


Public Member Functions | |
| CbTrackObjectPause () | |
| virtual | ~CbTrackObjectPause () |
| virtual void | onEntry () override |
| virtual void | onExit () override |
Public Member Functions inherited from smacc2::SmaccClientBehavior | |
| virtual | ~SmaccClientBehavior () |
| 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, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
| virtual void | executeOnEntry () |
| virtual void | executeOnExit () |
Private Attributes | |
| cl_foundation_pose::CpObjectTrackerTf * | objectTracker_ = nullptr |
Additional Inherited Members | |
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 |
Definition at line 28 of file cb_pause_object_tracking.hpp.
|
inline |
Definition at line 34 of file cb_pause_object_tracking.hpp.
|
inlinevirtual |
Definition at line 36 of file cb_pause_object_tracking.hpp.
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 38 of file cb_pause_object_tracking.hpp.
References smacc2::ISmaccClientBehavior::getLogger(), objectTracker_, smacc2::ISmaccClientBehavior::requiresComponent(), and cl_foundation_pose::CpObjectTrackerTf::setEnabled().

|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 45 of file cb_pause_object_tracking.hpp.
References smacc2::ISmaccClientBehavior::getLogger(), objectTracker_, and cl_foundation_pose::CpObjectTrackerTf::setEnabled().

|
private |
Definition at line 31 of file cb_pause_object_tracking.hpp.