|
GPS Device
|
System module name string table. More...
#include "modules.h"
Go to the source code of this file.
Variables | |
| const char * | modules_names [] |
| Maps each MODULES_te enumerator to its human-readable name string. | |
System module name string table.
Definition in file modules.c.
| const char* modules_names[] |
Maps each MODULES_te enumerator to its human-readable name string.
External array mapping MODULES_te values to their name strings.
Indexed by MODULES_te values. Used by the log subsystem to prefix each log message with the originating subsystem name, and by the CLI to display module names.
The order and count of entries must remain in sync with MODULES_te.
Definition at line 24 of file modules.c.