System Management code
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
inCommands/inCommands.h@38:8efacce315ae, 2015-02-07 (annotated)
- Committer:
- pspatel321
- Date:
- Sat Feb 07 08:54:51 2015 +0000
- Revision:
- 38:8efacce315ae
- Parent:
- 36:0afc0fc8f86b
Updated with profiles, operating info, etc. Just like the other programs. Awaiting test in car.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pspatel321 | 30:91af74a299e1 | 1 | #ifndef _SERVICE_CAN_H |
pspatel321 | 30:91af74a299e1 | 2 | #define _SERVICE_CAN_H |
pspatel321 | 30:91af74a299e1 | 3 | |
pspatel321 | 30:91af74a299e1 | 4 | #include "IOobjects.h" |
pspatel321 | 30:91af74a299e1 | 5 | |
pspatel321 | 34:18bcf276d3bf | 6 | namespace inCommands { |
pspatel321 | 36:0afc0fc8f86b | 7 | void thread_getInputs(void const* args); |
pspatel321 | 30:91af74a299e1 | 8 | } |
pspatel321 | 30:91af74a299e1 | 9 | |
pspatel321 | 30:91af74a299e1 | 10 | #endif |