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

Public Attributes | |
| ControllerSystem | base |
| int | minPressure |
| int | maxPressure |
| BrakePressure * | frontPressure |
| BrakePressure * | rearPressure |
| Temperature * | temperature |
| int | maxTemperatureAllowed |
| BrakeSystemStatus | status |
| int | brakeLightActivationPoint |
| int | brakeLightActive |
| int | brakeLightBlink |
| DigitalOutput * | brakeLight |
| int | heavyBrakingActivationPoint |
| int | heavyBraking |
Definition at line 18 of file BrakeSystemControl.h.
| ControllerSystem BrakeSystemControl::base |
Definition at line 19 of file BrakeSystemControl.h.
| DigitalOutput* BrakeSystemControl::brakeLight |
Definition at line 30 of file BrakeSystemControl.h.
| int BrakeSystemControl::brakeLightActivationPoint |
Definition at line 27 of file BrakeSystemControl.h.
| int BrakeSystemControl::brakeLightActive |
Definition at line 28 of file BrakeSystemControl.h.
| int BrakeSystemControl::brakeLightBlink |
Definition at line 29 of file BrakeSystemControl.h.
| BrakePressure* BrakeSystemControl::frontPressure |
Definition at line 22 of file BrakeSystemControl.h.
| int BrakeSystemControl::heavyBraking |
Definition at line 32 of file BrakeSystemControl.h.
| int BrakeSystemControl::heavyBrakingActivationPoint |
Definition at line 31 of file BrakeSystemControl.h.
| int BrakeSystemControl::maxPressure |
Definition at line 21 of file BrakeSystemControl.h.
| int BrakeSystemControl::maxTemperatureAllowed |
Definition at line 25 of file BrakeSystemControl.h.
| int BrakeSystemControl::minPressure |
Definition at line 20 of file BrakeSystemControl.h.
| BrakePressure* BrakeSystemControl::rearPressure |
Definition at line 23 of file BrakeSystemControl.h.
| BrakeSystemStatus BrakeSystemControl::status |
Definition at line 26 of file BrakeSystemControl.h.
| Temperature* BrakeSystemControl::temperature |
Definition at line 24 of file BrakeSystemControl.h.