#include <say_message_builder.h>
rcsc::PassRequestMessageに対する継承グラフ
Public メソッド | |
PassRequestMessage (const Vector2D &target_point) | |
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: "h<pos:3>" the length of message == 4
rcsc::PassRequestMessage::PassRequestMessage | ( | const Vector2D & | target_point | ) | [inline, explicit] |
construct with raw information
target_point | dash target point |
char rcsc::PassRequestMessage::header | ( | ) | const [inline, virtual] |
get the header character of this message
rcsc::SayMessageを実装しています。
static std::size_t rcsc::PassRequestMessage::slength | ( | ) | [inline, static] |
get the length of this message.
std::size_t rcsc::PassRequestMessage::length | ( | ) | const [inline, virtual] |
bool rcsc::PassRequestMessage::toStr | ( | std::string & | to | ) | const [virtual] |
append this info to the audio message
to | reference to the message string instance |
rcsc::SayMessageを実装しています。