Documentation
¶
Index ¶
Constants ¶
View Source
const ( /* Configurable */ PORT = 16569 NUMBER_OF_ELEVATORS = 3 NUMBER_OF_FLOORS = 4 ELEVATOR_ID = 1 ELEVATOR_ADDRESS = "localhost:15657" /*Constants*/ MAXCOST int = 999999999 TRAVEL_TIME int = 2 DOOR_OPEN_TIME int = 3 MAX_DOOR_CLOSE_TRIES int = 3 /*Timer durations*/ DOOR_OPEN_TIME_DURATION time.Duration = 3 MAX_TRAVEL_TIME time.Duration = 4 MAX_OBSTRUCTION_TIME time.Duration = 9 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.