#include <MotionRatingBehaviorMessage.h>
Collaboration diagram for MotionRatingBehaviorMessage:

Public Types | |
| enum | MessageType { none = 0, test, ping, report, init, request, abort, pause, proceed, stop, sleep, numOfMessageTypes } |
| enum | States { unknown, sleeping, preparing, waiting, testing, dead } |
Public Member Functions | |
| MotionRatingBehaviorMessage () | |
| Constructor. | |
Static Public Member Functions | |
| char * | getStateName (States state) |
Public Attributes | |
| MessageType | type |
| States | state |
| int | paramSetId |
| int | data |
| double | currentSpeed |
| double | averageSpeed |
| int | currentWalk |
| int | walkCount |
| bool | finished |
| char | remainingPower |
| double | distance |
| unsigned long | time |
| Vector2< double > | start |
| Vector2< double > | end |
Dirk Thomas
Definition at line 26 of file MotionRatingBehaviorMessage.h.
|
|
Definition at line 30 of file MotionRatingBehaviorMessage.h. |
|
|
Definition at line 40 of file MotionRatingBehaviorMessage.h. |
|
|
Constructor.
Definition at line 12 of file MotionRatingBehaviorMessage.cpp. |
|
|
Definition at line 61 of file MotionRatingBehaviorMessage.h. |
|
|
Definition at line 42 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 43 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 44 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 45 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 46 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 47 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 48 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 49 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 50 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), operator<<(), and operator>>(). |
|
|
Definition at line 51 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 52 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), operator<<(), and operator>>(). |
|
|
Definition at line 53 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::execute(), operator<<(), and operator>>(). |
|
|
Definition at line 55 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
|
|
Definition at line 56 of file MotionRatingBehaviorMessage.h. Referenced by MotionRatingBehaviorControl::handleMessage(), operator<<(), and operator>>(). |
1.3.6