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


Public Member Functions | |
| MotorCommands () | |
| constructs a MotorCommands. | |
| ~MotorCommands () | |
| deconstructs a MotorCommands. | |
| void | setVector (const JointDataBuffer &buffer) |
| Fills the joint data buffer. | |
| void | setLED (const LEDValue &led) |
| Fills the led buffer. | |
Public Attributes | |
| JointDataBuffer | jointDataBuffer |
| a buffer with joint data sets sent in one cycle | |
| LEDValue | ledValue |
| the current LED values | |
| PIDData | pidData |
| the current PID values | |
Definition at line 18 of file MotorCommands.h.
|
|
constructs a MotorCommands.
Definition at line 9 of file MotorCommands.cpp. |
|
|
deconstructs a MotorCommands.
Definition at line 13 of file MotorCommands.cpp. |
|
|
Fills the joint data buffer.
Definition at line 50 of file MotorCommands.h. References jointDataBuffer. |
|
|
Fills the led buffer.
Definition at line 56 of file MotorCommands.h. References ledValue. |
|
|
a buffer with joint data sets sent in one cycle
Definition at line 24 of file MotorCommands.h. Referenced by setVector(). |
|
|
the current LED values
Definition at line 29 of file MotorCommands.h. Referenced by setLED(). |
|
|
the current PID values
Definition at line 34 of file MotorCommands.h. |
1.3.6