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

Public Attributes | |
| ExternalSystem | base |
| TorqueControl * | tc |
| int | maxCurrent |
| int | maxTemp |
| int | maxVoltage |
Definition at line 8 of file Inverter.h.
| ExternalSystem Inverter::base |
Definition at line 9 of file Inverter.h.
| int Inverter::maxCurrent |
Definition at line 11 of file Inverter.h.
| int Inverter::maxTemp |
Definition at line 12 of file Inverter.h.
| int Inverter::maxVoltage |
Definition at line 13 of file Inverter.h.
| TorqueControl* Inverter::tc |
Definition at line 10 of file Inverter.h.