SmartBox-Sortic
SmartFactory
MainConfiguration.h
Go to the documentation of this file.
1 
17 #ifndef MAINCONFIGURATION_H
18 #define MAINCONFIGURATION_H
19 
20 const unsigned int SMARTBOX_WAITFOR_VEHICLES_SECONDS = 5;
21 const unsigned int SMARTBOX_ITERATION_VACKS_SECONDS = 5;
22 const unsigned int TIME_BETWEEN_PUBLISH = 300;
23 const int DEFAUL_HOSTNAME_NUMBER = 1;
24 #define DEFAULT_HOSTNAME (String("SB") + String(DEFAUL_HOSTNAME_NUMBER))
25 const unsigned int NUM_OF_MAXVALUES_VEHICLES_STORE = 2;
26 
27 #endif
const unsigned int SMARTBOX_WAITFOR_VEHICLES_SECONDS
SB waits this amount of seconds for vehicles to respond.
const unsigned int TIME_BETWEEN_PUBLISH
Time between MQTT-Message publish.
const unsigned int SMARTBOX_ITERATION_VACKS_SECONDS
SB waits this amound of secnods for vehicles to send their acknoledgement to transport SB.
const int DEFAUL_HOSTNAME_NUMBER
Number of the Vehicle. Used to dermine startline and for GUI.