weeb grammers
/
Assignment2
something
Fork of HelloWorld by
Diff: PaceHeart.h
- Revision:
- 2:e2ae43e8acab
- Child:
- 3:641eefd1110b
diff -r 03c191369089 -r e2ae43e8acab PaceHeart.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PaceHeart.h Mon Oct 24 01:11:37 2016 +0000 @@ -0,0 +1,21 @@ +#include <string> +using namespace std; + +#ifndef PACEHEART_H +#define PACEHEART_H + +int get_p_pacingState(); +int get_p_pacingMode(); +int get_p_hysteresis(); +void set_p_hysteresis(int x); +int get_p_hysterwaiaInterval(); +void set_p_hysterwaiaInterval(int x); +int get_lowrateInterval(); +void set_lowrateInterval(int x); +double get_p_vPacwAmp(); +void set_p_vPacwAmp(double x); +double get_p_vPaceWidth(); +void set_p_vPaceWidth(double x); +int get_p_VRP(); +void set_p_VRP(int x); +#endif \ No newline at end of file