|
GPS Device
|
Functions | |
| static ERR_te | datalog_cmd_list_handler (uint32_t argc, char **argv) |
| CLI handler for the "list" command. Logs the names of all active data log handles. | |
|
static |
CLI handler for the "list" command. Logs the names of all active data log handles.
Expected invocation: datalog list
Iterates over the internal handle pool and logs the name of every slot that is currently in use.
| [in] | argc | Argument count. Must be exactly 2. |
| [in] | argv | Argument list: argv[0] = "datalog", argv[1] = "list". |
argc != 2 Definition at line 517 of file datalog.c.