|
modm API documentation
|
Public Typedefs | |
| typedef void (modm::AbstractMenu::* | Function) () |
Public Member Functions | |
| template<typename M > | |
| MenuEntryCallback (M *menu, void (M::*function)()) | |
| void | call () const |
Protected Attributes | |
| modm::AbstractMenu *const | menu |
| Function const | function |