|
GPS Device
|
Describes a single command exposed by a client. More...
#include <cmd.h>
Public Attributes | |
| const char *const | name |
| const char *const | help |
| const CMD_HANDLER_tf | handler |
Describes a single command exposed by a client.
An array of these structures is provided to CMD_CLIENT_INFO_ts to register all commands belonging to a subsystem client.
| const char* const CMD_INFO_ts::name |
| const char* const CMD_INFO_ts::help |
| const CMD_HANDLER_tf CMD_INFO_ts::handler |