Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Functions | |
void | initRTDMonitor (RTDMonitor *rtdm, RTD *rtd, int hz) |
Initializes the RTD Monitor with initial settings. More... | |
int | startRTDMonitor (RTDMonitor *rtdm) |
Starts the RTD Monitor. More... | |
int | checkRTDMonitor (void *rtdm) |
Checks the RTD Monitor. More... | |
int checkRTDMonitor | ( | void * | rtdm | ) |
Checks the RTD Monitor.
rtdm | A pointer to the RTDMonitor structure. |
Definition at line 18 of file RTDMonitor.c.
void initRTDMonitor | ( | RTDMonitor * | rtdm, |
RTD * | rtd, | ||
int | hz | ||
) |
Initializes the RTD Monitor with initial settings.
rtdm | A pointer to the RTDMonitor structure. |
rtd | A pointer to the RTD structure. |
hz | Rate at which the sensor is called (in hz). |
Definition at line 4 of file RTDMonitor.c.
int startRTDMonitor | ( | RTDMonitor * | rtdm | ) |
Starts the RTD Monitor.
rtdm | A pointer to the RTDMonitor structure. |
Definition at line 9 of file RTDMonitor.c.