#include <free_message.h>
rcsc::FreeMessage< LEN >に対する継承グラフ
Public メソッド | |
FreeMessage (const std::string &msg) | |
char | header () const |
pure virtual method. get the header character of this message | |
std::size_t | length () const |
pure virtual method. get the length of this message | |
bool | toStr (std::string &to) const |
append the audio message to be sent |
char rcsc::FreeMessage< LEN >::header | ( | ) | const [inline, virtual] |
pure virtual method. get the header character of this message
rcsc::SayMessageを実装しています。
std::size_t rcsc::FreeMessage< LEN >::length | ( | ) | const [inline, virtual] |
pure virtual method. get the length of this message
rcsc::SayMessageを実装しています。
bool rcsc::FreeMessage< LEN >::toStr | ( | std::string & | to | ) | const [inline, virtual] |
append the audio message to be sent
to | reference to the message string instance |
rcsc::SayMessageを実装しています。