|
GPS Device
|
Functions | |
| ERR_te | menu_init_subsys (void) |
| Initializes the menu subsystem. | |
| ERR_te | menu_deinit_subsys (void) |
| Deinitializes the menu subsystem. | |
| ERR_te | menu_start_subsys (void) |
| Starts the menu subsystem. | |
| ERR_te | menu_stop_subsys (void) |
| Stops the menu subsystem. | |
| ERR_te | menu_init_handle (MENU_CFG_ts *menu_cfg, MENU_HANDLE_ts **menu_handle_o) |
| Initializes and registers a menu handle. | |
| ERR_te | menu_run_handle (MENU_HANDLE_ts *menu_handle) |
| Renders a single menu to the display. | |
| ERR_te | menu_run_handle_all (void) |
| Renders all registered menus to the display. | |
| ERR_te | menu_get_selected_option (MENU_HANDLE_ts const *menu_handle, char *selected_option_o) |
| Retrieves the string of the currently highlighted option. | |
| ERR_te | menu_scroll (MENU_HANDLE_ts *menu_handle, VERTICAL_DIR_te vertical_dir) |
| Moves the menu selection cursor by one step in the given direction. | |
| ERR_te | menu_get_prev_menu (MENU_HANDLE_ts *menu_handle, MENU_HANDLE_ts **prev_menu_handle_o) |
| Pops and returns the previous menu from the navigation history stack. | |
| ERR_te | menu_set_prev_menu (MENU_HANDLE_ts *menu_handle, MENU_HANDLE_ts *prev_menu_handle) |
| Pushes a menu onto the navigation history stack of another menu. | |
| ERR_te menu_init_subsys | ( | void | ) |
Initializes the menu subsystem.
Definition at line 159 of file menu.c.


| ERR_te menu_deinit_subsys | ( | void | ) |
Deinitializes the menu subsystem.
Definition at line 195 of file menu.c.

| ERR_te menu_start_subsys | ( | void | ) |
Starts the menu subsystem.
Definition at line 220 of file menu.c.

| ERR_te menu_stop_subsys | ( | void | ) |
Stops the menu subsystem.
Definition at line 244 of file menu.c.
| ERR_te menu_init_handle | ( | MENU_CFG_ts * | menu_cfg, |
| MENU_HANDLE_ts ** | menu_handle_o ) |
Initializes and registers a menu handle.
Definition at line 268 of file menu.c.


| ERR_te menu_run_handle | ( | MENU_HANDLE_ts * | menu_handle | ) |
Renders a single menu to the display.
Definition at line 340 of file menu.c.


| ERR_te menu_run_handle_all | ( | void | ) |
Renders all registered menus to the display.
Definition at line 356 of file menu.c.

| ERR_te menu_get_selected_option | ( | MENU_HANDLE_ts const * | menu_handle, |
| char * | selected_option_o ) |
Retrieves the string of the currently highlighted option.
Definition at line 367 of file menu.c.


| ERR_te menu_scroll | ( | MENU_HANDLE_ts * | menu_handle, |
| VERTICAL_DIR_te | vertical_dir ) |
Moves the menu selection cursor by one step in the given direction.
Definition at line 387 of file menu.c.

| ERR_te menu_get_prev_menu | ( | MENU_HANDLE_ts * | menu_handle, |
| MENU_HANDLE_ts ** | prev_menu_handle_o ) |
Pops and returns the previous menu from the navigation history stack.
Definition at line 402 of file menu.c.

| ERR_te menu_set_prev_menu | ( | MENU_HANDLE_ts * | menu_handle, |
| MENU_HANDLE_ts * | prev_menu_handle ) |
Pushes a menu onto the navigation history stack of another menu.
Definition at line 412 of file menu.c.
