Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <time.h>
Go to the source code of this file.
Functions | |
double | getCurrentTime () |
Retrieves the current time in seconds. More... | |
double | measureInterval (double lastIntervalTime) |
Measures the time interval since the last recorded time. More... | |
double getCurrentTime | ( | ) |
Retrieves the current time in seconds.
Definition at line 3 of file TimeUtils.c.
double measureInterval | ( | double | lastIntervalTime | ) |
Measures the time interval since the last recorded time.
lastIntervalTime | The last recorded time in seconds. |
Definition at line 7 of file TimeUtils.c.