CDMS alpha

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
greenroshks
Date:
Fri Dec 19 06:47:08 2014 +0000
Commit message:
CDMS alpha

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r ceaeb1b4d679 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Dec 19 06:47:08 2014 +0000
@@ -0,0 +1,47 @@
+#include "mbed.h"
+
+void FUNC_TC_ACS_DATAACQ() //103                                         //send this data to bae and execute there. Send ascii 1. Switch off control algo and rods 
+{
+    //put data in thread
+    //signal slave
+}
+
+void FUNC_TC_ACS_OFF()                      //106        // send ascii 2. turn a gpio off
+{
+    //put data in thread
+    //signal slave
+}
+
+void FUNC_TC_ACS_RESET()                    //107       //send ascii 3. turn acs gpio off and on. Also call initialization
+{
+    //put data in thread
+    //signal slave
+}   
+
+void FUNC_TC_BEA_CHANGEINTTIME()            //202       // switch beacon interval from 30 seconds to 5 minutes in the scheduler
+{
+        //put data in thread
+    //signal slave
+}
+
+void FUNC_TC_BEA_RESET()                    //203       //similar to 107
+{
+        //put data in thread
+    //signal slave
+}
+
+void FUNC_TC_CDMS_RESET()                  //204
+{
+    // turn gpio off
+    // wait
+    //turn gpio on
+    //intialize
+}
+
+void FUNC_TC_CDMS_TRANSOFF()
+{
+    //turn gpio off
+}
+
+
+
diff -r 000000000000 -r ceaeb1b4d679 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Dec 19 06:47:08 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file