#include <ArModes.h>
Inheritance diagram for ArModeUnguardedTeleop:
Public Member Functions | |
virtual void | activate (void) |
The function called when the mode is activated, subclass must provide. | |
ArModeUnguardedTeleop (ArRobot *robot, const char *name, char key, char key2) | |
Constructor. | |
virtual void | deactivate (void) |
The function called when the mode is deactivated, subclass must provide. | |
virtual void | help (void) |
The mode's help print out... subclass must provide if needed. | |
virtual void | userTask (void) |
The ArMode's user task, don't need one, subclass must provide if needed. | |
virtual | ~ArModeUnguardedTeleop () |
Destructor. | |
Protected Attributes | |
ArActionGroupRatioDriveUnsafe | myGroup |
Definition at line 64 of file ArModes.h.
|
The mode's help print out... subclass must provide if needed. This is called as soon as a mode is activated, and should give directions on to what keys do what and what this mode will do Reimplemented from ArMode. Definition at line 120 of file ArModes.cpp. References ArLog::log(). |