openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Namespaces | Enumerations
timer_utils.h File Reference

Timers and timer manager. More...

#include <cstdio>
#include <cstdlib>
#include <cstdbool>
#include <cmath>
#include <string>
#include <vector>
Include dependency graph for timer_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  opencarp::base_timer
 
class  opencarp::timer_manager
 centralize time managment and output triggering More...
 
struct  opencarp::timer_eq
 
struct  opencarp::timer_neq
 

Namespaces

 opencarp
 

Enumerations

enum  opencarp::io_time {
  opencarp::iotm_console = 0, opencarp::iotm_state_var, opencarp::iotm_spacedt, opencarp::iotm_chkpt_list,
  opencarp::iotm_chkpt_intv, opencarp::iotm_trace, opencarp::iotm_num_timers
}
 The timers we always need are indexed in this enum. More...
 
enum  opencarp::t_timer { opencarp::EQUDIST, opencarp::NONEQUDIST }
 We distinguish between equidistant and non-equidistant timers with an enum. More...
 

Detailed Description

Timers and timer manager.

Author
Gernot Plank, Edward Vigmond, Aurel Neic
Version
Date
2019-10-25

Definition in file timer_utils.h.