Penn Electric Racing / Mbed 2 deprecated SystemManagement

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 runTime.h Source File

runTime.h

00001 #ifndef __RUNTIME_H
00002 #define __RUNTIME_H
00003 
00004 #include "IOobjects.h"
00005 
00006 
00007 namespace runTime {
00008     void gather(void const* args);
00009     void thread_sample(void const* args);
00010     void clearFaults();
00011 }
00012 
00013 #endif