SyDEVS  v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
timer.h File Reference
#include <sydevs/core/quantity.h>
#include <chrono>

Go to the source code of this file.

Classes

class  sydevs::timer
 A class for measuring and accumulating intervals of wallclock time. More...
 

Namespaces

 sydevs
 

Macros

#define SYDEVS_TIMER_H_
 

Typedefs

using sydevs::clock = std::chrono::steady_clock
 
using sydevs::clock_time = std::chrono::time_point< clock >
 

Macro Definition Documentation

◆ SYDEVS_TIMER_H_

#define SYDEVS_TIMER_H_