#include <ArServerClasses.h>
Inheritance diagram for ArActionLost:

Public Member Functions | |
| ArActionLost (ArLocalizationTask *locTask, ArPathPlanningTask *pathTask, ArServerMode *serverMode=NULL, const char *name="lost stopper") | |
| Constructor. | |
| virtual | ~ArActionLost () |
| Destructor. | |
| void | enable (void) |
| Lets this action work (defaults to enabled). | |
| void | disable (void) |
| Prevents this action from doing anything until enabled. | |
| bool | isEnabled (void) const |
| Sees if this action can do anything or not. | |
| ArFunctor * | getEnableCB (void) |
| Gets a callback to enable the action. | |
| ArFunctor * | getDisableCB (void) |
| Gets a callback to disable the action. | |
1.4.0