k

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PaceHeart.h Source File

PaceHeart.h

00001 #include <string>
00002 using namespace std;
00003 
00004 #ifndef PACEHEART_H
00005 #define PACEHEART_H
00006 
00007 int get_p_pacingState();
00008 int get_p_pacingMode();
00009 int get_p_hysteresis();
00010 void set_p_hysteresis(int x);
00011 int get_p_hysterwaiaInterval();
00012 void set_p_hysterwaiaInterval(int x);
00013 int get_lowrateInterval();
00014 void set_lowrateInterval(int x);
00015 double get_p_vPacwAmp();
00016 void set_p_vPacwAmp(double x);
00017 double get_p_vPaceWidth();
00018 void set_p_vPaceWidth(double x);
00019 int get_p_VRP();
00020 void set_p_VRP(int x);
00021 #endif