#include <monitor_command.h>
rcsc::MonitorKickOffCommandに対する継承グラフ
Public メソッド | |
MonitorKickOffCommand () | |
default constructor does nothing | |
Type | type () const |
get command type id | |
std::ostream & | toStr (std::ostream &to) const |
put command string to the output stream | |
std::string | name () const |
get command name string |
Type rcsc::MonitorKickOffCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorKickOffCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorKickOffCommand::name | ( | ) | const [inline, virtual] |