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:
35:9337ac9f4e1b
Updated CAN IDs for datalogging.  Changed profile encoding.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pspatel321 35:9337ac9f4e1b 1 #ifndef _OUT_DIAGNOSTICS_H
pspatel321 35:9337ac9f4e1b 2 #define _OUT_DIAGNOSTICS_H
pspatel321 35:9337ac9f4e1b 3
pspatel321 35:9337ac9f4e1b 4 #include "IOobjects.h"
pspatel321 35:9337ac9f4e1b 5
pspatel321 35:9337ac9f4e1b 6 namespace outDiagnostics {
pspatel321 35:9337ac9f4e1b 7
pspatel321 35:9337ac9f4e1b 8 void thread_canOut(void const *args);
pspatel321 35:9337ac9f4e1b 9 void thread_serialOut(void const *args);
pspatel321 35:9337ac9f4e1b 10
pspatel321 35:9337ac9f4e1b 11 }
pspatel321 35:9337ac9f4e1b 12
pspatel321 35:9337ac9f4e1b 13 #endif