openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
sentinel for checking activity in the tissue More...
#include <electrics.h>
Public Attributes | |
bool | activated = false |
flag sentinel activation More... | |
double | t_start = -1.0 |
start of observation window More... | |
double | t_window = -1.0 |
duration of observation window More... | |
double | t_quiesc = -1.0 |
measure current duration of quiescence More... | |
int | ID = -1 |
ID of LAT detector used as sentinel. More... | |
sentinel for checking activity in the tissue
Definition at line 187 of file electrics.h.
bool opencarp::Sentinel::activated = false |
flag sentinel activation
Definition at line 188 of file electrics.h.
int opencarp::Sentinel::ID = -1 |
ID of LAT detector used as sentinel.
Definition at line 192 of file electrics.h.
double opencarp::Sentinel::t_quiesc = -1.0 |
measure current duration of quiescence
Definition at line 191 of file electrics.h.
double opencarp::Sentinel::t_start = -1.0 |
start of observation window
Definition at line 189 of file electrics.h.
double opencarp::Sentinel::t_window = -1.0 |
duration of observation window
Definition at line 190 of file electrics.h.