visual sensor for coach/trainer
More...
#include <coach_visual_sensor.h>
visual sensor for coach/trainer
◆ ball()
get analyzed ball info
- Returns
- const reference to the analyzed data
◆ parse()
| void rcsc::CoachVisualSensor::parse |
( |
const char * |
msg, |
|
|
const double & |
version, |
|
|
const GameTime & |
current |
|
) |
| |
analyze see message
- Parameters
-
| msg | server raw message |
| version | client version |
| current | current game time |
◆ players()
get seen players
- Returns
- const reference to the player container
◆ print()
| std::ostream & rcsc::CoachVisualSensor::print |
( |
std::ostream & |
os | ) |
const |
put data to the output stream
- Parameters
-
| os | reference to the output stream |
- Returns
- reference to the output stream
◆ teamNameLeft()
| const std::string & rcsc::CoachVisualSensor::teamNameLeft |
( |
| ) |
const |
|
inline |
get an analyzed left team name
- Returns
- const reference to the string variable
◆ teamNameRight()
| const std::string & rcsc::CoachVisualSensor::teamNameRight |
( |
| ) |
const |
|
inline |
get an analyzed right team name
- Returns
- const reference to the string variable
◆ time()
| const GameTime & rcsc::CoachVisualSensor::time |
( |
| ) |
const |
|
inline |
get updated time
- Returns
- const reference to the game time object
The documentation for this class was generated from the following file: