#include <trainer_command.h>
rcsc::TrainerEarCommandに対する継承グラフ
Public メソッド | |
TrainerEarCommand (const bool on) | |
construct with ear mode flag | |
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: <- (ear <onoff>) Response: -> (ok ear on) | (ok ear off) -> (error illegal_command_form)
rcsc::TrainerEarCommand::TrainerEarCommand | ( | const bool | on | ) | [inline, explicit] |
construct with ear mode flag
on | switch to specify whether ear is enable |
Type rcsc::TrainerEarCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::TrainerEarCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | referent to the output stream |
rcsc::TrainerCommandを実装しています。
std::string rcsc::TrainerEarCommand::name | ( | ) | const [inline, virtual] |