System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
38:8efacce315ae
Parent:
36:0afc0fc8f86b
--- a/inCommands/inCommands.h	Thu Jan 22 07:59:48 2015 +0000
+++ b/inCommands/inCommands.h	Sat Feb 07 08:54:51 2015 +0000
@@ -3,12 +3,7 @@
 
 #include "IOobjects.h"
 
-const int DEVICE_CAN_TIMEOUT = 0.25;      // Comms. lost to external device if a message is not received within 200 ms
-
 namespace inCommands {
-    bool serviceCAN(CANMessage* fromXbee=0);
-    bool receiveMsgXbee();
-    int serviceSerial();
     void thread_getInputs(void const* args);
 }