#include <monitor_command.h>
rcsc::MonitorInitCommandに対する継承グラフ
Public メソッド | |
MonitorInitCommand (const int version=0) | |
construct with protocol version number | |
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 |
rcsc::MonitorInitCommand::MonitorInitCommand | ( | const int | version = 0 |
) | [explicit] |
construct with protocol version number
version | protocol version. (default:0) |
Type rcsc::MonitorInitCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::MonitorInitCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to the output stream
to | referenct to the toutput stream |
rcsc::MonitorCommandを実装しています。
std::string rcsc::MonitorInitCommand::name | ( | ) | const [inline, virtual] |