|
Avionics
Core avionics package for CURE flight computers
|


Go to the source code of this file.
Classes | |
| class | CommandLine |
| Lightweight UART command-line interface with history and parsing. More... | |
Enumerations | |
| enum class | AsciiKey : uint8_t { Escape = 27 , UpArrow = 65 , DownArrow = 66 , Backspace = 8 , Delete = 127 } |
Variables | |
| constexpr int | UART_BUFFER_SIZE = 128 |
| constexpr int | MAX_HISTORY = 20 |
| constexpr int | MAX_ARGUMENTS = 5 |
| constexpr int | MAX_ROW_LENGTH = 40 |
|
strong |
| Enumerator | |
|---|---|
| Escape | |
| UpArrow | |
| DownArrow | |
| Backspace | |
| Delete | |
Definition at line 11 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 21 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 20 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 22 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 19 of file UARTCommandHandler.h.