|
SmartVehicle-Sortic
SmartFactory
|
File that contains the configuratioindetails of the different modules. More...

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... | |
File that contains the configuratioindetails of the different modules.
Definition in file Configuration.h.
| #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.
| const unsigned int TIME_BETWEEN_PUBLISH = 300 |
Time in ms between publishs.
Definition at line 19 of file Configuration.h.
| const unsigned int TIME_BETWEEN_PUBLISH_TOKEN = 200 |
Time in ms between publish token.
Definition at line 20 of file Configuration.h.
| const unsigned int TIMEOUT_VACKS = 5 * 1000 |
How long the vehicle waits for acknoledgment from box.
Definition at line 21 of file Configuration.h.
| 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.
| const int DEFAUL_HOSTNAME_NUMBER = 2 |
defines also startline.
Definition at line 25 of file Configuration.h.