next up previous contents index
Next: Showinfo Up: Soccermonitor Previous: Drawinfo   Contents   Index

Monitor Communication Version 2

5つの異なるタイプの情報を持つコンテナ:
typedef struct {
  short mode;
  union {
      showinfo_t2     show;
      msginfo_t       msg;
      player_type_t   ptinfo;
      server_params_t sparams;
      player_params_t pparams;
  } body;
} dispinfo_t2 ;



Subsections

Hidehisa Akiyama 2004-11-21