|
DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
|
#include "CommandStationClient.h"#include "ConnectionManager.h"#include "DisplayInterface.h"#include "ErrorScreen.h"#include "EventListener.h"#include "MenuManager.h"#include "ProgressScreen.h"#include "StartupScreen.h"#include "ThrottleScreen.h"#include "UserConfirmationInterface.h"#include "UserSelectionInterface.h"

Go to the source code of this file.
Classes | |
| class | AppOrchestrator |
| This class is for the overall application orchestration to coordinate all the user interactions, screens, displays, connection management, and other application states. More... | |
Enumerations | |
| enum class | AppState { Startup , SelectCommandStation , ConnectCommandStation , SelectLoco , Throttle , SelectAction , Error , ReadLocoAddress } |
|
strong |