System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers outDiagnostics.h Source File

outDiagnostics.h

00001 #ifndef  _OUT_DIAGNOSTICS_H
00002 #define _OUT_DIAGNOSTICS_H
00003 
00004 #include "IOobjects.h"
00005 
00006 namespace outDiagnostics {
00007     
00008     void thread_canOut(void const *args);
00009     void thread_serialOut(void const *args);
00010     
00011 }
00012 
00013 #endif