|
GPS Device
|
CMD subsystem implementation. More...
#include <stdbool.h>#include "cmd.h"#include "common.h"#include "err.h"#include "log.h"#include "configuration.h"#include "modules.h"
Go to the source code of this file.
Classes | |
| struct | internal_state_s |
| Internal state of the SysTick driver. More... | |
Functions | |
| ERR_te | cmd_register (CMD_CLIENT_INFO_ts *cmd_client_info) |
| Registers a client with the command subsystem. | |
| ERR_te | cmd_deregister (CMD_CLIENT_INFO_ts const *cmd_client_info) |
| Deregisters a client from the command subsystem. | |
| ERR_te | cmd_execute (char *console_text) |
| Parses and executes a command from a console text string. | |
Variables | |
| static struct internal_state_s | internal_state |
| Singleton instance of the command subsystem internal state. | |
CMD subsystem implementation.
Definition in file cmd.c.
|
static |
Singleton instance of the command subsystem internal state.