|
Fawkes API
Fawkes Development Version
|
This is the complete list of members for fawkes::WorldInfoHandler, including all inherited members.
| ball_pos_rcvd(const char *from_host, bool visible, int visibility_history, float dist, float bearing, float slope, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| ball_velocity_rcvd(const char *from_host, float vel_x, float vel_y, float vel_z, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| gamestate_rcvd(const char *from_host, unsigned int game_state, worldinfo_gamestate_team_t state_team, unsigned int score_cyan, unsigned int score_magenta, worldinfo_gamestate_team_t our_team, worldinfo_gamestate_goalcolor_t our_goal_color, worldinfo_gamestate_half_t half)=0 | fawkes::WorldInfoHandler | pure virtual |
| global_ball_pos_rcvd(const char *from_host, bool visible, int visibility_history, float x, float y, float z, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| global_ball_velocity_rcvd(const char *from_host, float vel_x, float vel_y, float vel_z, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| opponent_disapp_rcvd(const char *from_host, unsigned int uid)=0 | fawkes::WorldInfoHandler | pure virtual |
| opponent_pose_rcvd(const char *from_host, unsigned int uid, float distance, float bearing, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| penalty_rcvd(const char *from_host, unsigned int player, unsigned int penalty, unsigned int seconds_remaining)=0 | fawkes::WorldInfoHandler | pure virtual |
| pose_rcvd(const char *from_host, float x, float y, float theta, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| velocity_rcvd(const char *from_host, float vel_x, float vel_y, float vel_theta, float *covariance)=0 | fawkes::WorldInfoHandler | pure virtual |
| ~WorldInfoHandler() | fawkes::WorldInfoHandler | virtual |