Kevin Chen
/
HelloWorld
a
Fork of HelloWorld by
Diff: PaceHeart.h
- Revision:
- 5:402ac8c92d76
- Parent:
- 4:fb75731983cd
--- a/PaceHeart.h Sat Oct 29 21:12:09 2016 +0000 +++ b/PaceHeart.h Sat Oct 29 22:51:31 2016 +0000 @@ -11,7 +11,7 @@ int p_hysteresis; int p_hysteresisInterval; int lowrateInterval; - int uprateInterval; //upper rate limit + //Ventricle double p_vPaceAmp; double p_vPaceWidth; @@ -31,25 +31,23 @@ int get_p_pacingState(); int get_p_pacingMode(); int get_p_hysteresis(); -void set_p_hysteresis(int x); +void set_p_hysteresis(int hysteresis); int get_p_hysteresisInterval(); -void set_p_hysteresisInterval(int x); +void set_p_hysteresisInterval(int hysteresisInterval); int get_lowrateInterval(); -void set_lowrateInterval(int x); -int get_uprateInterval(); -void set_uprateInterval(int x); +void set_lowrateInterval(int lowrateInterval); double get_p_vPaceAmp(); -void set_p_vPaceAmp(double x); +void set_p_vPaceAmp(double vPaceAmp); double get_p_vPaceWidth(); -void set_p_vPaceWidth(double x); +void set_p_vPaceWidth(double vPaceWidth); int get_p_VRP(); -void set_p_VRP(int x); +void set_p_VRP(int VRP); double get_p_aPaceAmp(); -void set_p_aPaceAmp(double x); +void set_p_aPaceAmp(double aPaceAmp); double get_p_aPaceWidth(); -void set_p_aPaceWidth(double x); +void set_p_aPaceWidth(double aPaceWidth); int get_p_ARP(); -void set_p_ARP(int x); +void set_p_ARP(int ARP); bool amp_inRange(double x); bool width_inRange(double x);