Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Data Structures | Variables
logistics Namespace Reference

Data Structures

class  Logistics
 

Variables

str NAME = "my_zappy"
 
str IP = "0.0.0.0"
 
int PORT = 4242
 
int ERROR = 84
 
int SUCCESS = 0
 
int CLIENT_NUM = 1
 
int MAP_X = 20
 
int MAP_Y = 20
 
str ASCEND = "ASCEND"
 
str LEFT = "LEFT"
 
str RIGHT = "RIGHT"
 
str FORWARD = "FORWARD"
 
int LIFE_LENGTH = 200
 
int LIFE_INDEX = 0
 
 GI
 
 LI = Logistics(GI)
 

Variable Documentation

◆ ASCEND

str logistics.ASCEND = "ASCEND"

Definition at line 378 of file logistics.py.

◆ CLIENT_NUM

int logistics.CLIENT_NUM = 1

Definition at line 375 of file logistics.py.

◆ ERROR

int logistics.ERROR = 84

Definition at line 373 of file logistics.py.

◆ FORWARD

str logistics.FORWARD = "FORWARD"

Definition at line 381 of file logistics.py.

◆ GI

logistics.GI
Initial value:
1= GlobalVariables(
2 success=0,
3 error=84,
4 ip="0.0.0.0",
5 port=4242,
6 name="my_zappy",
7 debug=True
8 )

Definition at line 384 of file logistics.py.

◆ IP

str logistics.IP = "0.0.0.0"

Definition at line 371 of file logistics.py.

◆ LEFT

str logistics.LEFT = "LEFT"

Definition at line 379 of file logistics.py.

◆ LI

logistics.LI = Logistics(GI)

Definition at line 393 of file logistics.py.

◆ LIFE_INDEX

int logistics.LIFE_INDEX = 0

Definition at line 383 of file logistics.py.

◆ LIFE_LENGTH

int logistics.LIFE_LENGTH = 200

Definition at line 382 of file logistics.py.

◆ MAP_X

int logistics.MAP_X = 20

Definition at line 376 of file logistics.py.

◆ MAP_Y

int logistics.MAP_Y = 20

Definition at line 377 of file logistics.py.

◆ NAME

str logistics.NAME = "my_zappy"

Definition at line 370 of file logistics.py.

◆ PORT

int logistics.PORT = 4242

Definition at line 372 of file logistics.py.

◆ RIGHT

str logistics.RIGHT = "RIGHT"

Definition at line 380 of file logistics.py.

◆ SUCCESS

int logistics.SUCCESS = 0

Definition at line 374 of file logistics.py.