#include <PIDControl.h>
Public Member Functions | |
| PIDControlInfo () | |
Public Attributes | |
| int | jointIndex |
| word | pgain |
| word | igain |
| word | dgain |
| int | desiredValue |
| int | effectorCounter |
| int | sensorCounter |
|
|
Definition at line 128 of file PIDControl.h. |
|
|
Definition at line 124 of file PIDControl.h. Referenced by PIDControl::InputParameter(), and PIDControl::StepInput(). |
|
|
Definition at line 123 of file PIDControl.h. Referenced by PIDControl::InputParameter(). |
|
|
Definition at line 125 of file PIDControl.h. Referenced by PIDControl::InputParameter(), and PIDControl::StepInput(). |
|
|
Definition at line 122 of file PIDControl.h. Referenced by PIDControl::InputParameter(). |
|
|
Definition at line 120 of file PIDControl.h. Referenced by PIDControl::InputParameter(), PIDControl::NotifySensor(), and PIDControl::StepInput(). |
|
|
Definition at line 121 of file PIDControl.h. Referenced by PIDControl::InputParameter(). |
|
|
Definition at line 126 of file PIDControl.h. Referenced by PIDControl::InputParameter(), PIDControl::NotifySensor(), and PIDControl::StepInput(). |
1.3.9.1