|
GPS Device
|
Console subsystem public API. More...


Go to the source code of this file.
Classes | |
| struct | CONSOLE_HANDLE_ts |
| Configuration handle for initializing the console subsystem. More... | |
Functions | |
| ERR_te | console_init (CONSOLE_HANDLE_ts *console_handle) |
| Initializes the console subsystem. | |
| ERR_te | console_run (void) |
| Runs the console state machine. Must be called periodically. | |
Console subsystem public API.
This module provides a USART-based interactive console that bridges raw serial input to the command dispatch subsystem (Command Module).
Features include:
Typical usage:
Definition in file console.h.