|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|


Go to the source code of this file.
Classes | |
| struct | BrakePolice |
Functions | |
| void | initBrakePolice (BrakePolice *bp, BrakeSystemControl *bsc, int hz, int maxTemp) |
| int | startBrakePolice (BrakePolice *bp) |
| int | checkBrakePolice (void *bp) |
| int checkBrakePolice | ( | void * | bp | ) |
Definition at line 23 of file BrakePolice.c.


| void initBrakePolice | ( | BrakePolice * | bp, |
| BrakeSystemControl * | bsc, | ||
| int | hz, | ||
| int | maxTemp | ||
| ) |
Definition at line 5 of file BrakePolice.c.


| int startBrakePolice | ( | BrakePolice * | bp | ) |
Definition at line 13 of file BrakePolice.c.
