Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Assignment2 by
PaceHeart.h
- Committer:
- Judorunner
- Date:
- 2016-10-24
- Revision:
- 2:e2ae43e8acab
- Child:
- 3:641eefd1110b
File content as of revision 2:e2ae43e8acab:
#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