#include <monitor_command.h>
rcsc::MonitorFreeKickCommandに対する継承グラフ
Public メソッド | |
MonitorFreeKickCommand (const double &x, const double &y, const SideID side) | |
construct with real coordinate | |
Type | type () const |
get command type id | |
std::ostream & | toStr (std::ostream &to) const |
put command string to the output stream | |
std::string | name () const |
get command name string |
This command is one of FOUL command
rcsc::MonitorFreeKickCommand::MonitorFreeKickCommand | ( | const double & | x, | |
const double & | y, | |||
const SideID | side | |||
) |
construct with real coordinate
x | x-coordinate on the field | |
y | y-coordinate on the field | |
side | free kick awarded side |
Type rcsc::MonitorFreeKickCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorFreeKickCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorFreeKickCommand::name | ( | ) | const [inline, virtual] |