#include <trainer_command.h>
rcsc::TrainerKickOffCommandに対する継承グラフ
Public メソッド | |
TrainerKickOffCommand () | |
constructor. nothing to do | |
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 |
change the playmode from before_kick_off to kick_off_[lr]
Format: <- (start) Response: -> (ok start)
Type rcsc::TrainerKickOffCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::TrainerKickOffCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | referent to the output stream |
rcsc::TrainerCommandを実装しています。
std::string rcsc::TrainerKickOffCommand::name | ( | ) | const [inline, virtual] |