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_nitrosz::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_nitrosz::CbNav2ZClientBehaviorBase::nitroszClient_, cl_nitrosz::CbNavigateNextWaypoint::onEntry(), cl_nitrosz::CpWaypointNavigatorBase::seekName(), waypointname_, and waypointsNavigator_.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 57 of file cb_navigate_named_waypoint.cpp.
References cl_nitrosz::CbNavigateNextWaypoint::onExit().
std::string cl_nitrosz::CbNavigateNamedWaypoint::waypointname_ |
Definition at line 43 of file cb_navigate_named_waypoint.hpp.
Referenced by CbNavigateNamedWaypoint(), and onEntry().
CpWaypointNavigator* cl_nitrosz::CbNavigateNamedWaypoint::waypointsNavigator_ |
Definition at line 41 of file cb_navigate_named_waypoint.hpp.
Referenced by onEntry().