openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <restitute.h>
Public Attributes | |
float | bcl |
basic cycle length More... | |
float | S2_start |
bcl of first premature beat More... | |
float | S2_end |
bcl of last premature beat More... | |
int | beats_per_S2 |
number of beats before S2 More... | |
float | S2_dec |
decrement for S2 beats More... | |
Definition at line 34 of file restitute.h.
float limpet::restitute_S1S2::bcl |
basic cycle length
Definition at line 35 of file restitute.h.
int limpet::restitute_S1S2::beats_per_S2 |
number of beats before S2
Definition at line 38 of file restitute.h.
float limpet::restitute_S1S2::S2_dec |
decrement for S2 beats
Definition at line 39 of file restitute.h.
float limpet::restitute_S1S2::S2_end |
bcl of last premature beat
Definition at line 37 of file restitute.h.
float limpet::restitute_S1S2::S2_start |
bcl of first premature beat
Definition at line 36 of file restitute.h.