Go to the source code of this file.
| Defines | |
| #define | DEFAULT_POSITION_SCAN_INTERVAL_SECS (5 * 60) | 
| #define | SAT_STRING_MAX 300 | 
| #define | COU_STRING_MAX 300 | 
| #define | TIME_STRING_MAX 50 | 
| #define | APPEND_STRING(s) { int slen = strlen(s); if (space <= slen) goto fail; space -= slen; strcpy(output, s); output += slen; } | 
| #define | APPEND_SEP { if (!first) APPEND_STRING(", "); } | 
| #define | COU_UPDATE_STATE(r) { if (r < 0 || r >= space) goto fail; space -= r; output += r; first = EFalse; } | 
| #define APPEND_SEP { if (!first) APPEND_STRING(", "); } | 
| #define APPEND_STRING | ( | s | ) | { int slen = strlen(s); if (space <= slen) goto fail; space -= slen; strcpy(output, s); output += slen; } | 
| #define COU_STRING_MAX 300 | 
| #define COU_UPDATE_STATE | ( | r | ) | { if (r < 0 || r >= space) goto fail; space -= r; output += r; first = EFalse; } | 
| #define DEFAULT_POSITION_SCAN_INTERVAL_SECS (5 * 60) | 
Definition at line 34 of file epoc-gps.cpp.
| #define SAT_STRING_MAX 300 | 
| #define TIME_STRING_MAX 50 | 
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:58 2011 by Doxygen 1.6.1