|
GPS Device
|
Internal structure representing a single data log instance. More...
Public Attributes | |
| char | name [CONFIG_DATALOG_MAX_NAME_LEN] |
| DATALOG_TIME_te | datalog_time |
| uint32_t | last_upd_time |
| FATFS | fs |
| FIL | fil |
| FRESULT | fr |
| UINT | bw |
| UINT | br |
| bool | in_use |
| bool | initialized |
Internal structure representing a single data log instance.
Holds all runtime state for one log, including the FatFs objects, the configured logging interval, the timestamp of the last write, and lifecycle flags.
This structure is opaque to the caller; it is accessed only through the DATALOG_HANDLE_ts pointer returned by datalog_init_handle.
| char datalog_handle_s::name[CONFIG_DATALOG_MAX_NAME_LEN] |
| DATALOG_TIME_te datalog_handle_s::datalog_time |
| uint32_t datalog_handle_s::last_upd_time |
| FATFS datalog_handle_s::fs |
| FIL datalog_handle_s::fil |
| FRESULT datalog_handle_s::fr |
| UINT datalog_handle_s::bw |
| UINT datalog_handle_s::br |
| bool datalog_handle_s::in_use |
| bool datalog_handle_s::initialized |