|
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 const char * | kShellPrompt = "AS> " |
| constexpr int | kUartBufferSize = 128 |
| constexpr int | kMaxArguments = 5 |
| constexpr int | kMaxRowLength = 40 |
|
strong |
| Enumerator | |
|---|---|
| Escape | |
| UpArrow | |
| DownArrow | |
| Backspace | |
| Delete | |
Definition at line 13 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 22 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 23 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 11 of file UARTCommandHandler.h.
|
constexpr |
Definition at line 21 of file UARTCommandHandler.h.