#include <ArModes.h>
Inheritance diagram for ArModeTCM2:
Public Member Functions | |
virtual void | activate (void) |
The function called when the mode is activated, subclass must provide. | |
ArModeTCM2 (ArRobot *robot, const char *name, char key, char key2, ArTCM2 *tcm2=NULL) | |
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 | ~ArModeTCM2 () |
Destructor. | |
Protected Attributes | |
ArFunctorC< ArTCM2 > * | myAutoCalibrationCB |
ArFunctorC< ArTCM2 > * | myCompassCB |
ArFunctorC< ArTCM2 > * | myContinuousPacketsCB |
ArFunctorC< ArTCM2 > * | myOffCB |
ArFunctorC< ArTCM2 > * | myOnePacketCB |
ArFunctorC< ArTCM2 > * | myResetCB |
ArRobot * | myRobot |
ArFunctorC< ArTCM2 > * | myStopCalibrationCB |
ArTCM2 * | myTCM2 |
ArFunctorC< ArTCM2 > * | myUserCalibrationCB |
Definition at line 448 of file ArModes.h.
|
Constructor.
Definition at line 2114 of file ArModes.cpp. |
|
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 2172 of file ArModes.cpp. References ArLog::log(). |