eric's fork test

Dependencies:   mbed-rtos mbed

Fork of Pacemaker by 3k04 team

Revision:
2:fbba2687ddfe
Parent:
0:b2b3955cd77b
--- a/genData.h	Sun Oct 30 16:04:52 2016 +0000
+++ b/genData.h	Mon Nov 14 01:27:31 2016 +0000
@@ -16,6 +16,20 @@
     
     genData();
     ~genData();
+    void chngHyst(bool);
+    bool getHyst();
+    void chngHystInterval(double);
+    double getHystInterval();
+    void chngLRL(double);
+    double getLRL();
+    void chngURL(double);
+    double getURL();
+    void chngAVdelay(double);
+    double getAVdelay();
+    void chngAVdelayOffset(double);
+    double getAVdelayOffset();
+    void chngRSmooth(double);
+    double getRSmooth();
     virtual void chngMode(Mode mode);
     virtual Mode getMode();
     virtual void chngState(State state);