Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
runTime/runTime.h@36:0afc0fc8f86b, 2015-01-22 (annotated)
- Committer:
- pspatel321
- Date:
- Thu Jan 22 07:58:51 2015 +0000
- Revision:
- 36:0afc0fc8f86b
- Parent:
- 33:6bc82b6b62e5
- Child:
- 38:8efacce315ae
Tested in car with other systems. Most features are good to go. Except xbees need work. The DC-DC protection features were giving problems due to spurious current measurements. They have been edited to reduce glitchy errors.
Who changed what in which revision?
| User | Revision | Line number | New 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 | 30:91af74a299e1 | 10 | } |
| pspatel321 | 30:91af74a299e1 | 11 | |
| pspatel321 | 30:91af74a299e1 | 12 | #endif |
