openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
opencarp::Sentinel Struct Reference

sentinel for checking activity in the tissue More...

#include <electrics.h>

Collaboration diagram for opencarp::Sentinel:

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...
 

Detailed Description

sentinel for checking activity in the tissue

Definition at line 187 of file electrics.h.

Member Data Documentation

◆ activated

bool opencarp::Sentinel::activated = false

flag sentinel activation

Definition at line 188 of file electrics.h.

◆ ID

int opencarp::Sentinel::ID = -1

ID of LAT detector used as sentinel.

Definition at line 192 of file electrics.h.

◆ t_quiesc

double opencarp::Sentinel::t_quiesc = -1.0

measure current duration of quiescence

Definition at line 191 of file electrics.h.

◆ t_start

double opencarp::Sentinel::t_start = -1.0

start of observation window

Definition at line 189 of file electrics.h.

◆ t_window

double opencarp::Sentinel::t_window = -1.0

duration of observation window

Definition at line 190 of file electrics.h.


The documentation for this struct was generated from the following file: