#include <coach_command.h>
rcsc::CoachLookCommandに対する継承グラフ
Public メソッド | |
CoachLookCommand () | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command name |
Format: <- (look) Response: (ok look TIME GOAL_INFO BALL_INFO PLAYER_INFO ...)
rcsc::CoachLookCommand::CoachLookCommand | ( | ) | [inline] |
constructor. nothing to do
Type rcsc::CoachLookCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::CoachLookCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::CoachCommandを実装しています。
std::string rcsc::CoachLookCommand::name | ( | ) | const [inline, virtual] |