|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <TorquePolice.h>

Public Attributes | |
| MonitorSystem | base |
| float | maxAllowedTorque |
| TorqueStatus | status |
| TorqueControl * | torqueControl |
| BrakeSystemControl * | brakeSystemControl |
| RTD * | rtd |
Definition at line 11 of file TorquePolice.h.
| MonitorSystem TorquePolice::base |
Definition at line 12 of file TorquePolice.h.
| BrakeSystemControl* TorquePolice::brakeSystemControl |
Definition at line 16 of file TorquePolice.h.
| float TorquePolice::maxAllowedTorque |
Definition at line 13 of file TorquePolice.h.
| RTD* TorquePolice::rtd |
Definition at line 17 of file TorquePolice.h.
| TorqueStatus TorquePolice::status |
Definition at line 14 of file TorquePolice.h.
| TorqueControl* TorquePolice::torqueControl |
Definition at line 15 of file TorquePolice.h.