Class CommandSchedulerMenu
Defined in File command_scheduler_menu.hpp
Inheritance Relationships
Base Type
public modm::AbstractMenu< DummyAllocator< modm::IAbstractView > >
Class Documentation
-
class CommandSchedulerMenu : public modm::AbstractMenu<DummyAllocator<modm::IAbstractView>>
Public Functions
-
CommandSchedulerMenu(modm::ViewStack<DummyAllocator<modm::IAbstractView>> *stack, Drivers *drivers)
-
~CommandSchedulerMenu() = default
-
void draw() override
-
void update() override
-
void shortButtonPress(modm::MenuButtons::Button button) override
-
bool hasChanged() override
Public Static Functions
-
static inline const char *getMenuName()
-
CommandSchedulerMenu(modm::ViewStack<DummyAllocator<modm::IAbstractView>> *stack, Drivers *drivers)