Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
TimeUtils.h
Go to the documentation of this file.
1#ifndef RENNSSELAERMOTORSPORT_TIME_UTILS_H
2#define RENNSSELAERMOTORSPORT_TIME_UTILS_H
3
4#include <time.h>
5
11double getCurrentTime();
12
19double measureInterval(double lastIntervalTime);
20
21#endif // RENNSSELAERMOTORSPORT_TIME_UTILS_H
22
double measureInterval(double lastIntervalTime)
Measures the time interval since the last recorded time.
Definition: TimeUtils.c:7
double getCurrentTime()
Retrieves the current time in seconds.
Definition: TimeUtils.c:3