openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Timers and timer manager. More...
#include <cstdio>
#include <cstdlib>
#include <cstdbool>
#include <cmath>
#include <string>
#include <vector>
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... | |