SmartBox-Sortic
SmartFactory
MainConfiguration.h File Reference

contains the default configuration for the smartbox More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

contains the default configuration for the smartbox

Author
Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch)
Version
1.0 - Release BA FS19 - Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch) - 2019-06-10
0.1 - Added Doxygen-Documentation - Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch) - 2019-03-20
0.0 - SA SmartFactroyBox HS 2018
Date
2019-03-20

Definition in file MainConfiguration.h.

Macro Definition Documentation

◆ DEFAULT_HOSTNAME

#define DEFAULT_HOSTNAME   (String("SB") + String(DEFAUL_HOSTNAME_NUMBER))

Hostname used for identification of SV.

Definition at line 24 of file MainConfiguration.h.

Variable Documentation

◆ SMARTBOX_WAITFOR_VEHICLES_SECONDS

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.

◆ SMARTBOX_ITERATION_VACKS_SECONDS

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.

◆ TIME_BETWEEN_PUBLISH

const unsigned int TIME_BETWEEN_PUBLISH = 300

Time between MQTT-Message publish.

Definition at line 22 of file MainConfiguration.h.

◆ DEFAUL_HOSTNAME_NUMBER

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.

◆ NUM_OF_MAXVALUES_VEHICLES_STORE

const unsigned int NUM_OF_MAXVALUES_VEHICLES_STORE = 2

how many best values can be stored!

Definition at line 25 of file MainConfiguration.h.