#include <ArModes.h>
Inheritance diagram for ArModeWander::
Public Methods | |
ArModeWander (ArRobot *robot, const char *name, char key, char key2) | |
Constructor. | |
virtual | ~ArModeWander (void) |
Destructor. | |
virtual void | activate (void) |
The function called when the mode is activated, subclass must provide. | |
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. More... |
|
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. |