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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/CloudDataHandler/LoggerApi.h@249:68ed571e0002, 2016-10-21 (annotated)
- Committer:
- davidjhoward
- Date:
- Fri Oct 21 13:48:57 2016 +0000
- Revision:
- 249:68ed571e0002
- Parent:
- 209:1c231596d56b
- Child:
- 267:fdb40bcd9c12
Add BLE module from Happiest Minds
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| davidjhoward | 116:7337ed514891 | 1 | #ifndef LOGGERAPI_H |
| davidjhoward | 116:7337ed514891 | 2 | #define LOGGERAPI_H |
| davidjhoward | 116:7337ed514891 | 3 | |
| davidjhoward | 116:7337ed514891 | 4 | #include "global.h" |
| davidjhoward | 116:7337ed514891 | 5 | |
| davidjhoward | 125:f11cc566d073 | 6 | extern void EventLoggerApi( EventReasonStruct_t &eventReason ); |
| davidjhoward | 125:f11cc566d073 | 7 | extern void LiveDataLoggerApi( const char *liveData ); |
| davidjhoward | 249:68ed571e0002 | 8 | extern void PeriodicLogger( bool force ); |
| davidjhoward | 249:68ed571e0002 | 9 | extern void LiveData2Message( const char *liveData, char *messageString, int len ); |
| davidjhoward | 249:68ed571e0002 | 10 | extern void GetCurrentReadings( char *currentReadings, int len ); |
| davidjhoward | 116:7337ed514891 | 11 | |
| davidjhoward | 116:7337ed514891 | 12 | #endif |
| davidjhoward | 116:7337ed514891 | 13 |
