#include <ArActionMovementParameters.h>
Inheritance diagram for ArActionMovementParameters:

Definition at line 36 of file ArActionMovementParameters.h.
Public Member Functions | |
| void | addToConfig (ArConfig *config, const char *section, const char *prefix=NULL) |
| Adds to the ArConfig given, in section, with prefix. | |
| ArActionMovementParameters (const char *name="MovementParameters", bool overrideFaster=true) | |
| Constructor. | |
| void | disable (void) |
| Disables this action (separate from deactivating it). | |
| void | enable (void) |
| Enables this action (separate from activating it). | |
| void | enableOnceFromSector (ArMapObject *mapObject) |
| Enables this action in a way that'll work from the sector callbacks. | |
| virtual ArActionDesired * | fire (ArActionDesired currentDesired) |
| virtual const ArActionDesired * | getDesired (void) const |
| virtual ArActionDesired * | getDesired (void) |
| void | setParameters (double maxVel=0, double maxNegVel=0, double transAccel=0, double transDecel=0, double rotVelMax=0, double rotAccel=0, double rotDecel=0) |
| Sets the parameters (don't use this if you're using the addToConfig). | |
| virtual | ~ArActionMovementParameters () |
| Destructor. | |
Protected Attributes | |
| ArActionDesired | myDesired |
| bool | myEnabled |
| bool | myEnableOnce |
| double | myMaxNegVel |
| double | myMaxRotVel |
| double | myMaxVel |
| bool | myOverrideFaster |
| double | myRotAccel |
| double | myRotDecel |
| double | myTransAccel |
| double | myTransDecel |
|
||||||||||||
|
Constructor.
Definition at line 40 of file ArActionMovementParameters.cpp. |
1.4.0