SMACC2
|
#include <cp_waypoints_event_dispatcher.hpp>
Public Member Functions | |
template<typename TDerived , typename TOrthogonal > | |
void | initialize (ClNav2Z *client) |
void | postWaypointEvent (int index) |
Private Attributes | |
std::function< void()> | postWaypointFn [WAYPOINTS_EVENTCOUNT] |
Definition at line 1581 of file cp_waypoints_event_dispatcher.hpp.
void WaypointEventDispatcher::initialize | ( | ClNav2Z * | client | ) |
Definition at line 1599 of file cp_waypoints_event_dispatcher.hpp.
References configurePostEvWaypoint().
Referenced by cl_nav2z::CpWaypointNavigator::onOrthogonalAllocation().
void WaypointEventDispatcher::postWaypointEvent | ( | int | index | ) |
Definition at line 25 of file cp_waypoints_event_dispatcher.cpp.
References WAYPOINTS_EVENTCOUNT.
Referenced by cl_nav2z::CpWaypointNavigator::onGoalReached().
|
private |
Definition at line 1583 of file cp_waypoints_event_dispatcher.hpp.