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@209:1c231596d56b, 2016-10-10 (annotated)
- Committer:
- davidjhoward
- Date:
- Mon Oct 10 14:14:13 2016 +0000
- Revision:
- 209:1c231596d56b
- Parent:
- 125:f11cc566d073
- Child:
- 249:68ed571e0002
send sensor reading when events occur
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 | 209:1c231596d56b | 8 | void PeriodicLogger( bool force ); |
| davidjhoward | 116:7337ed514891 | 9 | |
| davidjhoward | 116:7337ed514891 | 10 | #endif |
| davidjhoward | 116:7337ed514891 | 11 |
