System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Committer:
pspatel321
Date:
Wed Feb 11 23:09:57 2015 +0000
Revision:
39:ddf38df9699e
Parent:
38:8efacce315ae
Updated CAN IDs for datalogging.  Changed profile encoding.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pspatel321 30:91af74a299e1 1 #ifndef __RUNTIME_H
pspatel321 30:91af74a299e1 2 #define __RUNTIME_H
pspatel321 30:91af74a299e1 3
pspatel321 30:91af74a299e1 4 #include "IOobjects.h"
pspatel321 30:91af74a299e1 5
pspatel321 30:91af74a299e1 6
pspatel321 30:91af74a299e1 7 namespace runTime {
pspatel321 36:0afc0fc8f86b 8 void gather(void const* args);
pspatel321 33:6bc82b6b62e5 9 void thread_sample(void const* args);
pspatel321 38:8efacce315ae 10 void clearFaults();
pspatel321 30:91af74a299e1 11 }
pspatel321 30:91af74a299e1 12
pspatel321 30:91af74a299e1 13 #endif