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