#include <say_message_builder.h>
rcsc::InterceptMessageに対する継承グラフ
Public メソッド | |
InterceptMessage (const bool our, const int unum, const int cycle) | |
construct with raw information | |
char | header () const |
get the header character of this message | |
std::size_t | length () const |
get the length of this message | |
bool | toStr (std::string &to) const |
append this info to the audio message | |
Static Public メソッド | |
static std::size_t | slength () |
get the length of this message. |
format: "i<unum:1><cycle:1>" the length of message == 3
rcsc::InterceptMessage::InterceptMessage | ( | const bool | our, | |
const int | unum, | |||
const int | cycle | |||
) | [inline] |
construct with raw information
our | flag of intereptor side | |
unum | interceptor's uniform number | |
cycle | interception cycle |
char rcsc::InterceptMessage::header | ( | ) | const [inline, virtual] |
get the header character of this message
rcsc::SayMessageを実装しています。
static std::size_t rcsc::InterceptMessage::slength | ( | ) | [inline, static] |
get the length of this message.
std::size_t rcsc::InterceptMessage::length | ( | ) | const [inline, virtual] |
bool rcsc::InterceptMessage::toStr | ( | std::string & | to | ) | const [virtual] |
append this info to the audio message
to | reference to the message string instance |
rcsc::SayMessageを実装しています。