|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../Inc/Systems/Controller/BrakeSystemControl.h"
Go to the source code of this file.
Functions | |
| int | testBrakeSystemControlInit (int maxTemp, int brakeLightActivationPoint, int heavyBrakingActivationPoint, const char *testName) |
| int | testFrontPressure (int maxTemp, int brakeLightActivationPoint, int heavyBrakingActivationPoint, float pressure, BrakeSystemStatus desiredStatus, const char *testName) |
| int | testRearPressure (int maxTemp, int brakeLightActivationPoint, int heavyBrakingActivationPoint, float pressure, BrakeSystemStatus desiredStatus, const char *testName) |
| int | testTemperature (int maxTemp, int brakeLightActivationPoint, int heavyBrakingActivationPoint, float temperature, BrakeSystemStatus desiredStatus, const char *testName) |
| int | brake_main () |
| int brake_main | ( | ) |
Definition at line 66 of file BrakeSystemControlTest.c.

| int testBrakeSystemControlInit | ( | int | maxTemp, |
| int | brakeLightActivationPoint, | ||
| int | heavyBrakingActivationPoint, | ||
| const char * | testName | ||
| ) |
Definition at line 3 of file BrakeSystemControlTest.c.


| int testFrontPressure | ( | int | maxTemp, |
| int | brakeLightActivationPoint, | ||
| int | heavyBrakingActivationPoint, | ||
| float | pressure, | ||
| BrakeSystemStatus | desiredStatus, | ||
| const char * | testName | ||
| ) |
Definition at line 17 of file BrakeSystemControlTest.c.


| int testRearPressure | ( | int | maxTemp, |
| int | brakeLightActivationPoint, | ||
| int | heavyBrakingActivationPoint, | ||
| float | pressure, | ||
| BrakeSystemStatus | desiredStatus, | ||
| const char * | testName | ||
| ) |
Definition at line 33 of file BrakeSystemControlTest.c.


| int testTemperature | ( | int | maxTemp, |
| int | brakeLightActivationPoint, | ||
| int | heavyBrakingActivationPoint, | ||
| float | temperature, | ||
| BrakeSystemStatus | desiredStatus, | ||
| const char * | testName | ||
| ) |
Definition at line 49 of file BrakeSystemControlTest.c.

