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

#include <ap_analyzer.h>

Collaboration diagram for limpet::steady_state_ap:

Public Attributes

int num_APs
 minimum number of APs for steady state More...
 
int num_params
 number of parameters we use to decide steady state More...
 
int cnt
 count number of beats in steady state More...
 
float * c
 array of parameters at current AP More...
 
float * p
 array of parameters at previous AP More...
 

Detailed Description

Definition at line 77 of file ap_analyzer.h.

Member Data Documentation

◆ c

float* limpet::steady_state_ap::c

array of parameters at current AP

Definition at line 81 of file ap_analyzer.h.

◆ cnt

int limpet::steady_state_ap::cnt

count number of beats in steady state

Definition at line 80 of file ap_analyzer.h.

◆ num_APs

int limpet::steady_state_ap::num_APs

minimum number of APs for steady state

Definition at line 78 of file ap_analyzer.h.

◆ num_params

int limpet::steady_state_ap::num_params

number of parameters we use to decide steady state

Definition at line 79 of file ap_analyzer.h.

◆ p

float* limpet::steady_state_ap::p

array of parameters at previous AP

Definition at line 82 of file ap_analyzer.h.


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