Callback functions used by the Setup Menus. More...
Namespaces | |
| namespace | PID |
| Callback functions that are specific to the SetupPID_Menu class. | |
| namespace | TEMP |
| Callback functions that are specific to the SetupTempMenu class. | |
| namespace | VOL |
| Callback functions that are specific to the SetupVolMenu class. | |
Functions | |
Common Setup Button Callbacks. | |
These methods switch between setup menus and submenus. | |
| void | volSetup (void) |
| Switch to Volume Setup Menu. | |
| void | tempSetup (void) |
| Switch to Temperature Setup Menu. | |
| void | PID_Setup (void) |
| Switch to PID Setup Menu. | |
| void | returnToMainMenu (void) |
| Return to the Main Menu. | |
Callback functions used by the Setup Menus.
| void CB::SETUP::returnToMainMenu | ( | void | ) |
Return to the Main Menu.
| void CB::SETUP::tempSetup | ( | void | ) |
Switch to Temperature Setup Menu.
| void CB::SETUP::volSetup | ( | void | ) |
Switch to Volume Setup Menu.