クラス rcsc::CoachTeamGraphicCommand

command to send a tile of xpm team graphic [詳細]

#include <coach_command.h>

rcsc::CoachTeamGraphicCommandに対する継承グラフ

rcsc::CoachCommand すべてのメンバ一覧

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

説明

command to send a tile of xpm team graphic

  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]

get command type

戻り値:
command type Id

rcsc::CoachCommandを実装しています。

std::ostream & rcsc::CoachTeamGraphicCommand::toStr ( std::ostream &  to  )  const [virtual]

put command string to ostream

引数:
to reference to the output stream
戻り値:
reference to the output stream

rcsc::CoachCommandを実装しています。

std::string rcsc::CoachTeamGraphicCommand::name (  )  const [inline, virtual]

get command name

戻り値:
command name string

rcsc::CoachCommandを実装しています。


このクラスの説明は次のファイルから生成されました:
librcscに対してThu May 1 15:41:25 2008に生成されました。  doxygen 1.5.0