#include <monitor_command.h>
rcsc::MonitorMovePlayerCommandに対する継承グラフ
Public メソッド | |
MonitorMovePlayerCommand (const SideID side, const int unum, const double &x, const double &y, const double &angle) | |
construct with all needed info | |
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 |
rcsc::MonitorMovePlayerCommand::MonitorMovePlayerCommand | ( | const SideID | side, | |
const int | unum, | |||
const double & | x, | |||
const double & | y, | |||
const double & | angle | |||
) |
construct with all needed info
side | moved player's side | |
unum | moved player's uniform number | |
x | move target point x | |
y | move target point y | |
angle | player's body angle after move. |
Type rcsc::MonitorMovePlayerCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorMovePlayerCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorMovePlayerCommand::name | ( | ) | const [inline, virtual] |