Struct server_s¶
Defined in File server.h
Struct Documentation¶
-
struct server_s¶
Structure representing the server state.
Public Members
-
int self_fd¶
-
volatile bool is_running¶
-
egg_array_t eggs¶
-
char *team_names[TEAM_COUNT_LIMIT]¶
-
uint8_t map_height¶
-
uint8_t map_width¶
-
inventory_t total_item_in_map¶
-
inventory_t map[MAP_MAX_SIDE_SIZE][MAP_MAX_SIDE_SIZE]¶
-
event_heap_t events¶
-
uint64_t start_time¶
-
uint16_t frequency¶
-
uint8_t last_egg_id¶
-
int self_fd¶