SmartBox-Sortic
SmartFactory
BoxCtrl::Box Struct Reference

Box class contains all relevant information about the box and its actual state. More...

#include <BoxCtrl.h>

Public Attributes

String id = DEFAULT_HOSTNAME
 Boxname / Hostname of the Box. More...
 
Sector actualSector = Sector::SorticHandover
 actual sector initialise with Sortic handover More...
 
int actualLine = DEFAUL_HOSTNAME_NUMBER
 actual line More...
 
String cargo = ""
 cargo; More...
 
String status = "null"
 status of the Box FSM More...
 
String ack = "null"
 ack for handshake vehicle More...
 
String req = "null"
 req for handshake vehicle More...
 

Detailed Description

Box class contains all relevant information about the box and its actual state.

Definition at line 58 of file BoxCtrl.h.

Member Data Documentation

◆ id

String BoxCtrl::Box::id = DEFAULT_HOSTNAME

Boxname / Hostname of the Box.

Definition at line 59 of file BoxCtrl.h.

◆ actualSector

Sector BoxCtrl::Box::actualSector = Sector::SorticHandover

actual sector initialise with Sortic handover

Definition at line 61 of file BoxCtrl.h.

◆ actualLine

int BoxCtrl::Box::actualLine = DEFAUL_HOSTNAME_NUMBER

actual line

Definition at line 62 of file BoxCtrl.h.

◆ cargo

String BoxCtrl::Box::cargo = ""

cargo;

Definition at line 63 of file BoxCtrl.h.

◆ status

String BoxCtrl::Box::status = "null"

status of the Box FSM

Definition at line 64 of file BoxCtrl.h.

◆ ack

String BoxCtrl::Box::ack = "null"

ack for handshake vehicle

Definition at line 65 of file BoxCtrl.h.

◆ req

String BoxCtrl::Box::req = "null"

req for handshake vehicle

Definition at line 66 of file BoxCtrl.h.


The documentation for this struct was generated from the following file: