|
Thunderbots Project
|
This is the complete list of members for World, including all inherited members.
| ball() const | World | |
| enemyTeam() const | World | |
| field() const | World | |
| friendlyTeam() const | World | |
| gameState() const | World | |
| getDribbleDisplacement() const | World | |
| getMostRecentTimestamp() const | World | |
| getRefereeStage() const | World | |
| getTeamWithPossession() const | World | |
| operator!=(const World &other) const | World | |
| operator==(const World &other) const | World | |
| REFEREE_COMMAND_BUFFER_SIZE (defined in World) | World | static |
| setDribbleDisplacement(const std::optional< Segment > &displacement) | World | |
| setTeamWithPossession(TeamPossession possession) | World | |
| updateBall(const Ball &new_ball) | World | |
| updateEnemyTeamState(const Team &new_enemy_team_data) | World | |
| updateFriendlyTeamState(const Team &new_friendly_team_data) | World | |
| updateGameState(const GameState &game_state) | World | |
| updateGameStateBall(const Ball &ball) | World | |
| updateRefereeCommand(const RefereeCommand &command) | World | |
| updateRefereeCommand(const RefereeCommand &command, Point ball_placement_point) | World | |
| updateRefereeStage(const RefereeStage &stage) | World | |
| updateTimestamp(Timestamp timestamp) | World | |
| World()=delete (defined in World) | World | |
| World(const Field &field, const Ball &ball, const Team &friendly_team, const Team &enemy_team, unsigned int buffer_size=20) | World | explicit |
| World(const TbotsProto::World &world_proto) | World | explicit |