CEPS  24.01
Cardiac ElectroPhysiology Simulator
PacemakerPhase.hpp File Reference

Go to the source code of this file.

Enumerations

enum class  CepsPacemakerPhase : CepsEnum {
  offset , pulse , open , ocd ,
  wait
}
 Pacemaker flag for each phase. More...
 

Variables

constexpr CepsUInt CepsPacemakerPhaseSize = 5
 Size of enum CepsPacemakerPhase. More...
 

Detailed Description

pacemaker definitions

Definition in file PacemakerPhase.hpp.

Enumeration Type Documentation

◆ CepsPacemakerPhase

Pacemaker flag for each phase.

Enumerator
offset 

Offset phase.

pulse 

Pulse phase.

open 

Switch phase, all switches are open.

ocd 

OCD phase.

wait 

waiting phase

Definition at line 34 of file PacemakerPhase.hpp.

Variable Documentation

◆ CepsPacemakerPhaseSize

constexpr CepsUInt CepsPacemakerPhaseSize = 5
constexpr

Size of enum CepsPacemakerPhase.

Definition at line 44 of file PacemakerPhase.hpp.