DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
|
#include <CommandStationMenuItem.h>
Additional Inherited Members | |
![]() | |
BaseMenuItem (const char *name) | |
Constructor for each MenuItem object. | |
const char * | getName () |
Get menu item name. | |
void | setNext (BaseMenuItem *item) |
Set the next menu item. | |
BaseMenuItem * | getNext () |
Get the next menu item. | |
void | setIndex (uint8_t index) |
Set the index of this menu item. | |
uint8_t | getIndex () |
Get the index of this item. | |