Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ArModeTCM2 Class Reference

Mode for following a color blob using ACTS. More...

#include <ArModes.h>

Inheritance diagram for ArModeTCM2:

ArMode List of all members.

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
ArRobotmyRobot
ArFunctorC< ArTCM2 > * myStopCalibrationCB
ArTCM2myTCM2
ArFunctorC< ArTCM2 > * myUserCalibrationCB

Detailed Description

Mode for following a color blob using ACTS.

Definition at line 448 of file ArModes.h.


Constructor & Destructor Documentation

ArModeTCM2::ArModeTCM2 ArRobot robot,
const char *  name,
char  key,
char  key2,
ArTCM2 tcm2 = NULL
 

Constructor.

Parameters:
tcm2 if a tcm2 class is passed in it'll use that instance otherwise it'll make its own

Definition at line 2114 of file ArModes.cpp.


Member Function Documentation

void ArModeTCM2::help void   )  [virtual]
 

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().


The documentation for this class was generated from the following files:
Generated on Wed Oct 19 12:56:50 2005 for Aria by  doxygen 1.4.0