SmartBox-Sortic
SmartFactory
|
contains the default configuration for the smartbox More...
Go to the source code of this file.
Macros | |
#define | DEFAULT_HOSTNAME (String("SB") + String(DEFAUL_HOSTNAME_NUMBER)) |
Hostname used for identification of SV. More... | |
Variables | |
const unsigned int | SMARTBOX_WAITFOR_VEHICLES_SECONDS = 5 |
SB waits this amount of seconds for vehicles to respond. More... | |
const unsigned int | SMARTBOX_ITERATION_VACKS_SECONDS = 5 |
SB waits this amound of secnods for vehicles to send their acknoledgement to transport SB. More... | |
const unsigned int | TIME_BETWEEN_PUBLISH = 300 |
Time between MQTT-Message publish. More... | |
const int | DEFAUL_HOSTNAME_NUMBER = 1 |
Number of the Vehicle. Used to dermine startline and for GUI. More... | |
const unsigned int | NUM_OF_MAXVALUES_VEHICLES_STORE = 2 |
how many best values can be stored! More... | |
contains the default configuration for the smartbox
Definition in file MainConfiguration.h.
#define DEFAULT_HOSTNAME (String("SB") + String(DEFAUL_HOSTNAME_NUMBER)) |
Hostname used for identification of SV.
Definition at line 24 of file MainConfiguration.h.
const unsigned int SMARTBOX_WAITFOR_VEHICLES_SECONDS = 5 |
SB waits this amount of seconds for vehicles to respond.
Definition at line 20 of file MainConfiguration.h.
const unsigned int SMARTBOX_ITERATION_VACKS_SECONDS = 5 |
SB waits this amound of secnods for vehicles to send their acknoledgement to transport SB.
Definition at line 21 of file MainConfiguration.h.
const unsigned int TIME_BETWEEN_PUBLISH = 300 |
Time between MQTT-Message publish.
Definition at line 22 of file MainConfiguration.h.
const int DEFAUL_HOSTNAME_NUMBER = 1 |
Number of the Vehicle. Used to dermine startline and for GUI.
Definition at line 23 of file MainConfiguration.h.
const unsigned int NUM_OF_MAXVALUES_VEHICLES_STORE = 2 |
how many best values can be stored!
Definition at line 25 of file MainConfiguration.h.