#include <coach_command.h>
rcsc::CoachEyeCommandに対する継承グラフ
Public メソッド | |
CoachEyeCommand (bool on) | |
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 on) | (eye off) Response: -> (ok eye on) | (ok eye off)
rcsc::CoachEyeCommand::CoachEyeCommand | ( | bool | on | ) | [inline, explicit] |
construct with eye mode switch
on | if true, coach's eye is enabled. |
Type rcsc::CoachEyeCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::CoachEyeCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::CoachCommandを実装しています。
std::string rcsc::CoachEyeCommand::name | ( | ) | const [inline, virtual] |