Class CbNavigateNextWaypoint
Defined in File cb_navigate_next_waypoint.hpp
Inheritance Relationships
Base Type
public cl_nitrosz::CbNav2ZClientBehaviorBase
(Class CbNav2ZClientBehaviorBase)
Derived Types
public cl_nitrosz::CbNavigateNamedWaypoint
(Class CbNavigateNamedWaypoint)public cl_nitrosz::CbNavigateNextWaypointUntilReached
(Class CbNavigateNextWaypointUntilReached)
Class Documentation
-
class CbNavigateNextWaypoint : public cl_nitrosz::CbNav2ZClientBehaviorBase
Subclassed by cl_nitrosz::CbNavigateNamedWaypoint, cl_nitrosz::CbNavigateNextWaypointUntilReached
Public Functions
-
CbNavigateNextWaypoint(std::optional<NavigateNextWaypointOptions> options = std::nullopt)
-
virtual ~CbNavigateNextWaypoint()
-
void onEntry() override
-
void onExit() override
Protected Attributes
-
CpWaypointNavigator *waypointsNavigator_
-
NavigateNextWaypointOptions options_
-
cl_nitrosz::ClNitrosZ::SmaccNavigateResultSignal::SharedPtr navigationCallback_
-
CbNavigateNextWaypoint(std::optional<NavigateNextWaypointOptions> options = std::nullopt)