Vehicle Control Unit
0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Core
Inc
Utils
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
11
double
getCurrentTime
();
12
19
double
measureInterval
(
double
lastIntervalTime);
20
21
#endif
// RENNSSELAERMOTORSPORT_TIME_UTILS_H
22
measureInterval
double measureInterval(double lastIntervalTime)
Measures the time interval since the last recorded time.
Definition:
TimeUtils.c:7
getCurrentTime
double getCurrentTime()
Retrieves the current time in seconds.
Definition:
TimeUtils.c:3
Generated by
1.9.5