Fawkes API
Fawkes Development Version
|
Container struct for momentary game state infos. More...
#include <data_container.h>
Public Attributes | |
int | game_state |
current game state More... | |
worldinfo_gamestate_team_t | state_team |
team association of the game state More... | |
unsigned int | score_cyan |
socre of the cyan-colored team More... | |
unsigned int | score_magenta |
score of the magenta-colored team More... | |
worldinfo_gamestate_half_t | half |
first or second half More... | |
Container struct for momentary game state infos.
Definition at line 50 of file data_container.h.
int fawkes::WorldInfoDataContainer::GameState::game_state |
current game state
Definition at line 52 of file data_container.h.
worldinfo_gamestate_half_t fawkes::WorldInfoDataContainer::GameState::half |
first or second half
Definition at line 56 of file data_container.h.
unsigned int fawkes::WorldInfoDataContainer::GameState::score_cyan |
socre of the cyan-colored team
Definition at line 54 of file data_container.h.
unsigned int fawkes::WorldInfoDataContainer::GameState::score_magenta |
score of the magenta-colored team
Definition at line 55 of file data_container.h.
worldinfo_gamestate_team_t fawkes::WorldInfoDataContainer::GameState::state_team |
team association of the game state
Definition at line 53 of file data_container.h.