Thunderbots Project
Loading...
Searching...
No Matches
World Member List

This is the complete list of members for World, including all inherited members.

ball() constWorld
enemyTeam() constWorld
field() constWorld
friendlyTeam() constWorld
gameState() constWorld
getDribbleDisplacement() constWorld
getMostRecentTimestamp() constWorld
getRefereeStage() constWorld
getTeamWithPossession() constWorld
operator!=(const World &other) constWorld
operator==(const World &other) constWorld
REFEREE_COMMAND_BUFFER_SIZE (defined in World)Worldstatic
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)Worldexplicit
World(const TbotsProto::World &world_proto)Worldexplicit