SMACC2
|
#include <cb_navigate_named_waypoint.hpp>
Public Attributes | |
CpWaypointNavigator * | waypointsNavigator_ |
std::string | waypointname_ |
Definition at line 29 of file cb_navigate_named_waypoint.hpp.
cl_nav2z::CbNavigateNamedWaypoint::CbNavigateNamedWaypoint | ( | std::string | waypointname, |
std::optional< NavigateNextWaypointOptions > | options = std::nullopt |
||
) |
Definition at line 25 of file cb_navigate_named_waypoint.cpp.
References waypointname_.
|
virtual |
Definition at line 32 of file cb_navigate_named_waypoint.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 34 of file cb_navigate_named_waypoint.cpp.
References smacc2::ISmaccClient::getComponent(), cl_nav2z::CbNav2ZClientBehaviorBase::nav2zClient_, cl_nav2z::CbNavigateNextWaypoint::onEntry(), cl_nav2z::CpWaypointNavigatorBase::seekName(), waypointname_, and waypointsNavigator_.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 57 of file cb_navigate_named_waypoint.cpp.
References cl_nav2z::CbNavigateNextWaypoint::onExit().
std::string cl_nav2z::CbNavigateNamedWaypoint::waypointname_ |
Definition at line 43 of file cb_navigate_named_waypoint.hpp.
Referenced by CbNavigateNamedWaypoint(), and onEntry().
CpWaypointNavigator* cl_nav2z::CbNavigateNamedWaypoint::waypointsNavigator_ |
Definition at line 41 of file cb_navigate_named_waypoint.hpp.
Referenced by onEntry().