|
GPS Device
|
Data types used by the data log module. More...

Classes | |
| struct | DATALOG_CFG_ts |
| Configuration structure for initializing a data log handle. More... | |
Typedefs | |
| typedef struct datalog_handle_s | DATALOG_HANDLE_ts |
| Opaque handle representing a data log instance. | |
Enumerations | |
| enum | DATALOG_TIME_te { DATALOG_TIME_1S = 1 , DATALOG_TIME_2S = 2 , DATALOG_TIME_3S = 3 , DATALOG_TIME_4S = 4 , DATALOG_TIME_5S = 5 , DATALOG_TIME_10S = 10 , DATALOG_TIME_20S = 20 , DATALOG_TIME_30S = 30 , DATALOG_TIME_40S = 40 , DATALOG_TIME_50S = 50 , DATALOG_TIME_60S = 60 } |
| Logging interval in seconds between consecutive log entries. More... | |
Data types used by the data log module.
| typedef struct datalog_handle_s DATALOG_HANDLE_ts |
Opaque handle representing a data log instance.
Returned by datalog_init_handle and used for all subsequent operations on a log instance. The internal structure is hidden and must not be accessed directly.
| enum DATALOG_TIME_te |
Logging interval in seconds between consecutive log entries.
The numeric value of each enumerator equals the interval in seconds, which is used directly in the timing comparison inside datalog_run_handle.
Definition at line 52 of file datalog.h.