![]() |
Synergy Software Package User's Manual
|
#include <sf_console.h>
Data Fields | |
| sf_console_menu_t const * | p_current_menu |
| Current menu is stored here. | |
| sf_comms_instance_t const * | p_comms |
| Pointer to communications driver instance. | |
| uint8_t | new_line |
| Whether to echo input commands to transmitter. | |
| bool | echo |
| Whether to echo input commands to transmitter. | |
| uint8_t | input [SF_CONSOLE_MAX_INPUT_LENGTH] |
| Input buffer used to store user input. | |
Console instance control block. DO NOT INITIALIZE. Initialization occurs when sf_console_api_t::open is called