Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <BrakePolice.h>
Public Attributes | |
MonitorSystem | base |
int | maxTemperatureAllowed |
BrakeSystemStatus | status |
BrakeSystemControl * | bsc |
Definition at line 7 of file BrakePolice.h.
MonitorSystem BrakePolice::base |
Definition at line 8 of file BrakePolice.h.
BrakeSystemControl* BrakePolice::bsc |
Definition at line 11 of file BrakePolice.h.
int BrakePolice::maxTemperatureAllowed |
Definition at line 9 of file BrakePolice.h.
BrakeSystemStatus BrakePolice::status |
Definition at line 10 of file BrakePolice.h.