|
GPS Device
|
Describes a subsystem client registering with the command module. More...
#include <cmd.h>

Public Attributes | |
| const char *const | name |
| const uint8_t | num_cmds |
| const CMD_INFO_ts *const | cmds_ptr |
| LOG_LEVEL_te *const | log_level_ptr |
Describes a subsystem client registering with the command module.
Passed to cmd_register to associate a subsystem name with its command table and log-level variable. The command module stores a pointer to this structure, so it must remain valid for the lifetime of the registration.
| const char* const CMD_CLIENT_INFO_ts::name |
| const uint8_t CMD_CLIENT_INFO_ts::num_cmds |
| const CMD_INFO_ts* const CMD_CLIENT_INFO_ts::cmds_ptr |
| LOG_LEVEL_te* const CMD_CLIENT_INFO_ts::log_level_ptr |