-
class automatic_warehouse.status_warehouse.entry.empty_entry.EmptyEntry(offset_x: int, pos_y: int)
It is an entry of the warehouse where there is no tray.
- Parameters:
-
-
class automatic_warehouse.status_warehouse.entry.tray_entry.TrayEntry(offset_x: int, pos_y: int)
It is an entry of the warehouse where the tray is located.
- Parameters:
-
-
add_tray(tray: Tray)
Add the tray pointer to the local reference.
- Parameters:
tray (Tray) – tray pointer.
-
get_tray() → Tray
Get the pointer to the tray to which the TrayEntry belongs.
- Return type:
Tray
- Returns:
the Tray pointer.