Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Functions | |
void | initTorquePolice (TorquePolice *tp, TorqueControl *tc, BrakeSystemControl *bsc, RTD *rtd, int hz, float maxTorque) |
int | startTorquePolice (TorquePolice *tp) |
int | checkTorquePolice (void *tp) |
int checkTorquePolice | ( | void * | tp | ) |
Definition at line 25 of file TorquePolice.c.
void initTorquePolice | ( | TorquePolice * | tp, |
TorqueControl * | tc, | ||
BrakeSystemControl * | bsc, | ||
RTD * | rtd, | ||
int | hz, | ||
float | maxTorque | ||
) |
Definition at line 5 of file TorquePolice.c.
int startTorquePolice | ( | TorquePolice * | tp | ) |
Definition at line 15 of file TorquePolice.c.