19 #ifndef _simu_timer_h_
20 #define _simu_timer_h_
static void timerSetMax(SimuTimer *timer, double t)
Set the timer value if the value is greater than the actual one.
static double timerVal(const SimuTimer *timer)
Get the timer value.
static void timerAdd(SimuTimer *timer, double t)
Increment the timer.
struct simu_timer_s SimuTimer
Timer for the simulation.
static int timerComp(const SimuTimer *t1, const SimuTimer *t2)
Compare two timings.
static void timerSet(SimuTimer *timer, double t)
Set the timer value.
Timer for the simulation.