StopEvent Class Reference

#include <armarx/navigation/client/Navigator.h>

Public Member Functions

bool isGlobalPlanningFailedEvent () const
 
bool isGoalReachedEvent () const
 
bool isInternalErrorEvent () const
 
bool isSafetyStopTriggeredEvent () const
 
bool isUserAbortTriggeredEvent () const
 
 operator bool () const
 
template<class T>
 StopEvent (T t)
 
core::GlobalPlanningFailedEventtoGlobalPlanningFailedEvent ()
 
core::GoalReachedEventtoGoalReachedEvent ()
 
core::InternalErrorEventtoInternalErrorEvent ()
 
core::SafetyStopTriggeredEventtoSafetyStopTriggeredEvent ()
 
core::UserAbortTriggeredEventtoUserAbortTriggeredEvent ()
 

Detailed Description

Definition at line 43 of file Navigator.h.

Constructor & Destructor Documentation

◆ StopEvent()

template<class T>
StopEvent ( T t)
inline

Definition at line 48 of file Navigator.h.

Member Function Documentation

◆ isGlobalPlanningFailedEvent()

bool isGlobalPlanningFailedEvent ( ) const
inline

Definition at line 101 of file Navigator.h.

◆ isGoalReachedEvent()

bool isGoalReachedEvent ( ) const
inline

Definition at line 53 of file Navigator.h.

+ Here is the caller graph for this function:

◆ isInternalErrorEvent()

bool isInternalErrorEvent ( ) const
inline

Definition at line 89 of file Navigator.h.

+ Here is the caller graph for this function:

◆ isSafetyStopTriggeredEvent()

bool isSafetyStopTriggeredEvent ( ) const
inline

Definition at line 65 of file Navigator.h.

+ Here is the caller graph for this function:

◆ isUserAbortTriggeredEvent()

bool isUserAbortTriggeredEvent ( ) const
inline

Definition at line 77 of file Navigator.h.

+ Here is the caller graph for this function:

◆ operator bool()

operator bool ( ) const
inline

Definition at line 112 of file Navigator.h.

+ Here is the call graph for this function:

◆ toGlobalPlanningFailedEvent()

core::GlobalPlanningFailedEvent & toGlobalPlanningFailedEvent ( )
inline

Definition at line 107 of file Navigator.h.

◆ toGoalReachedEvent()

core::GoalReachedEvent & toGoalReachedEvent ( )
inline

Definition at line 59 of file Navigator.h.

◆ toInternalErrorEvent()

core::InternalErrorEvent & toInternalErrorEvent ( )
inline

Definition at line 95 of file Navigator.h.

+ Here is the caller graph for this function:

◆ toSafetyStopTriggeredEvent()

core::SafetyStopTriggeredEvent & toSafetyStopTriggeredEvent ( )
inline

Definition at line 71 of file Navigator.h.

◆ toUserAbortTriggeredEvent()

core::UserAbortTriggeredEvent & toUserAbortTriggeredEvent ( )
inline

Definition at line 83 of file Navigator.h.


The documentation for this class was generated from the following file: