openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
limpet::action_potential Struct Reference

#include <ap_analyzer.h>

Collaboration diagram for limpet::action_potential:

Public Attributes

int beat
 beat counter More...
 
int calBeat
 beat number used to calibrate thresholds More...
 
bool pmat
 indiacte premature AP More...
 
ap_events acts
 activation events More...
 
ap_events repols
 repolarization events More...
 
ap_events ampls
 amplitude events (mx or mn found in a signal) More...
 
float APD
 standard APD as measured by APD90 More...
 
float DI
 BCL-APD90. More...
 
float triang
 AP triangulation, APD90-APD30. More...
 
float DIp
 DI of the previous AP. More...
 
ap_states state
 current state of AP, ongoing AP or diastole More...
 
double vm_trc [VM_HIST_LEN]
 
double dvm_trc [VM_HIST_LEN]
 
steady_state_ap ss
 steady state detection More...
 
FILE * stats
 output statistics for each AP More...
 
FILE * rstats
 output restitution statistics only More...
 

Detailed Description

Definition at line 88 of file ap_analyzer.h.

Member Data Documentation

◆ acts

ap_events limpet::action_potential::acts

activation events

Definition at line 92 of file ap_analyzer.h.

◆ ampls

ap_events limpet::action_potential::ampls

amplitude events (mx or mn found in a signal)

Definition at line 94 of file ap_analyzer.h.

◆ APD

float limpet::action_potential::APD

standard APD as measured by APD90

Definition at line 95 of file ap_analyzer.h.

◆ beat

int limpet::action_potential::beat

beat counter

Definition at line 89 of file ap_analyzer.h.

◆ calBeat

int limpet::action_potential::calBeat

beat number used to calibrate thresholds

Definition at line 90 of file ap_analyzer.h.

◆ DI

float limpet::action_potential::DI

BCL-APD90.

Definition at line 96 of file ap_analyzer.h.

◆ DIp

float limpet::action_potential::DIp

DI of the previous AP.

Definition at line 98 of file ap_analyzer.h.

◆ dvm_trc

double limpet::action_potential::dvm_trc[VM_HIST_LEN]

Definition at line 101 of file ap_analyzer.h.

◆ pmat

bool limpet::action_potential::pmat

indiacte premature AP

Definition at line 91 of file ap_analyzer.h.

◆ repols

ap_events limpet::action_potential::repols

repolarization events

Definition at line 93 of file ap_analyzer.h.

◆ rstats

FILE* limpet::action_potential::rstats

output restitution statistics only

Definition at line 104 of file ap_analyzer.h.

◆ ss

steady_state_ap limpet::action_potential::ss

steady state detection

Definition at line 102 of file ap_analyzer.h.

◆ state

ap_states limpet::action_potential::state

current state of AP, ongoing AP or diastole

Definition at line 99 of file ap_analyzer.h.

◆ stats

FILE* limpet::action_potential::stats

output statistics for each AP

Definition at line 103 of file ap_analyzer.h.

◆ triang

float limpet::action_potential::triang

AP triangulation, APD90-APD30.

Definition at line 97 of file ap_analyzer.h.

◆ vm_trc

double limpet::action_potential::vm_trc[VM_HIST_LEN]

Definition at line 100 of file ap_analyzer.h.


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