#include <coach_command.h>
rcsc::CoachTeamGraphicCommandに対する継承グラフ
Public メソッド | |
CoachTeamGraphicCommand (const unsigned int x, const unsigned int y, const std::vector< std::string > &xpm_lines) | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command name |
Format: <- (team_graphic (<x> <y> "<xpmline>" ... "<xpmline>")) Response: -> (ok team_graphic <x> <y>) -> (warning only_before_kick_off) -> (warning invalid_tile_location) -> (warning invalid_tile_size) -> (error illegal_command_form)
rcsc::CoachTeamGraphicCommand::CoachTeamGraphicCommand | ( | const unsigned int | x, | |
const unsigned int | y, | |||
const std::vector< std::string > & | xpm_lines | |||
) |
construct with xpm string and its coordinate.
x | x coordinate of this tile in xpm image | |
y | y coordinate of this tile in xpm image | |
xpm_lines | a tile of xpm |
Type rcsc::CoachTeamGraphicCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::CoachTeamGraphicCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::CoachCommandを実装しています。
std::string rcsc::CoachTeamGraphicCommand::name | ( | ) | const [inline, virtual] |