EX-Display
EX-Display
|
#include "Configurator.h"
Functions | |
void | setup () |
Main setup method, initialise Configurator here. | |
void | loop () |
Main loop, simply calls controller->update() to manage all interactions. | |
Variables | |
Configurator * | configurator = new Configurator(&CONSOLE_STREAM, &COMMANDSTATION_STREAM, LOG_LEVEL) |
Create the Configurator instance to configure EX-Display. | |
void loop | ( | ) |
Main loop, simply calls controller->update() to manage all interactions.
void setup | ( | ) |
Main setup method, initialise Configurator here.
Configurator* configurator = new Configurator(&CONSOLE_STREAM, &COMMANDSTATION_STREAM, LOG_LEVEL) |
Create the Configurator instance to configure EX-Display.
console | Pointer to the console stream - defaults to Serial, customise in myConfig.h |
commandStation | Pointer to the CommandStation connection stream - default depends on platform, customise in myConfig.h |
logLevel | Sets the log level for the application - defaults to WARN, customise in myConfig.h |