SmartVehicle-Sortic
SmartFactory
Configuration.h File Reference

File that contains the configuratioindetails of the different modules. 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("SV") + String(DEFAUL_HOSTNAME_NUMBER))
 Hostname of the vehicle. Used for Communication and identification. Needs to be unique. More...
 

Variables

const unsigned int TIME_BETWEEN_PUBLISH = 300
 Time in ms between publishs. More...
 
const unsigned int TIME_BETWEEN_PUBLISH_TOKEN = 200
 Time in ms between publish token. More...
 
const unsigned int TIMEOUT_VACKS = 5 * 1000
 How long the vehicle waits for acknoledgment from box. More...
 
const unsigned int SORTIC_MAX_LINE = 3
 How many lines are available. Needed atm to choose a free line without handshake with sortic. More...
 
const int DEFAUL_HOSTNAME_NUMBER = 2
 defines also startline. More...
 

Detailed Description

File that contains the configuratioindetails of the different modules.

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 - BA FTS FS 2018
Date
2019-03-20

Definition in file Configuration.h.

Macro Definition Documentation

◆ DEFAULT_HOSTNAME

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

Hostname of the vehicle. Used for Communication and identification. Needs to be unique.

Definition at line 26 of file Configuration.h.

Variable Documentation

◆ TIME_BETWEEN_PUBLISH

const unsigned int TIME_BETWEEN_PUBLISH = 300

Time in ms between publishs.

Definition at line 19 of file Configuration.h.

◆ TIME_BETWEEN_PUBLISH_TOKEN

const unsigned int TIME_BETWEEN_PUBLISH_TOKEN = 200

Time in ms between publish token.

Definition at line 20 of file Configuration.h.

◆ TIMEOUT_VACKS

const unsigned int TIMEOUT_VACKS = 5 * 1000

How long the vehicle waits for acknoledgment from box.

Definition at line 21 of file Configuration.h.

◆ SORTIC_MAX_LINE

const unsigned int SORTIC_MAX_LINE = 3

How many lines are available. Needed atm to choose a free line without handshake with sortic.

Definition at line 22 of file Configuration.h.

◆ DEFAUL_HOSTNAME_NUMBER

const int DEFAUL_HOSTNAME_NUMBER = 2

defines also startline.

Definition at line 25 of file Configuration.h.