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/AnalyticsLogger/AnalyticsLogger.h@68:dbe39d83eb98, 2016-09-16 (annotated)
- Committer:
- davidjhoward
- Date:
- Fri Sep 16 21:16:22 2016 +0000
- Revision:
- 68:dbe39d83eb98
- Parent:
- 0:65cfa4873284
logging changes
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jmarkel44 | 0:65cfa4873284 | 1 | /****************************************************************************** |
| jmarkel44 | 0:65cfa4873284 | 2 | * |
| jmarkel44 | 0:65cfa4873284 | 3 | * File: AnalyticsLogger.h |
| jmarkel44 | 0:65cfa4873284 | 4 | * Desciption: interface for the ICE Analytics Logger |
| jmarkel44 | 0:65cfa4873284 | 5 | * |
| jmarkel44 | 0:65cfa4873284 | 6 | *****************************************************************************/ |
| jmarkel44 | 0:65cfa4873284 | 7 | #ifndef ANALYTICS_LOGGER_H |
| jmarkel44 | 0:65cfa4873284 | 8 | #define ANALYTICS_LOGGER_H |
| jmarkel44 | 0:65cfa4873284 | 9 | |
| jmarkel44 | 0:65cfa4873284 | 10 | void AnalyticsLogger(void const *args); |
| davidjhoward | 68:dbe39d83eb98 | 11 | bool AnalyticsLoggerApi( std::string *log_string ); |
| jmarkel44 | 0:65cfa4873284 | 12 | |
| jmarkel44 | 0:65cfa4873284 | 13 | #endif |
