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

Monitor Communication Version 1

3つの異なるタイプの情報を持つコンテナ:
typedef struct {
   short   mode ;
   union {
      showinfo_t show ;
      msginfo_t  msg ;
      drawinfo_t draw ;
   } body ;
} dispinfo_t ;



Subsections

Hidehisa Akiyama 2004-11-21