openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <restitute.h>
Public Attributes | |
TrgList | trigs |
trigger list for defining stim sequence More... | |
TrgList | saveState |
instants at wich we save state vectors More... | |
double | dur |
total duration of protocol More... | |
r_prtcl | prtcl |
protocol type More... | |
int | numppBeats |
number of prepaced beats before protocol More... | |
union { | |
restitute_S1S2 S1S2 | |
restitute_dynamic dyn | |
} | rtype |
Definition at line 49 of file restitute.h.
double limpet::restitution::dur |
total duration of protocol
Definition at line 52 of file restitute.h.
restitute_dynamic limpet::restitution::dyn |
Definition at line 57 of file restitute.h.
int limpet::restitution::numppBeats |
number of prepaced beats before protocol
Definition at line 54 of file restitute.h.
r_prtcl limpet::restitution::prtcl |
protocol type
Definition at line 53 of file restitute.h.
union { ... } limpet::restitution::rtype |
restitute_S1S2 limpet::restitution::S1S2 |
Definition at line 56 of file restitute.h.
TrgList limpet::restitution::saveState |
instants at wich we save state vectors
Definition at line 51 of file restitute.h.
TrgList limpet::restitution::trigs |
trigger list for defining stim sequence
Definition at line 50 of file restitute.h.