#include <say_message_builder.h>
rcsc::OffsideLineMessageに対する継承グラフ
Public メソッド | |
OffsideLineMessage (const double &offside_line_x) | |
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: "o<x_rate:1>" the length of message == 2
rcsc::OffsideLineMessage::OffsideLineMessage | ( | const double & | offside_line_x | ) | [inline, explicit] |
construct with raw information
offside_line_x | raw offside line x coordinate value |
char rcsc::OffsideLineMessage::header | ( | ) | const [inline, virtual] |
get the header character of this message
rcsc::SayMessageを実装しています。
static std::size_t rcsc::OffsideLineMessage::slength | ( | ) | [inline, static] |
get the length of this message.
std::size_t rcsc::OffsideLineMessage::length | ( | ) | const [inline, virtual] |
bool rcsc::OffsideLineMessage::toStr | ( | std::string & | to | ) | const [virtual] |
append this info to the audio message
to | reference to the message string instance |
rcsc::SayMessageを実装しています。