Topic : MIDI_COM Dokumentation Author : H. Blees Version : MIDI_COM.hyp (21/5/1997) Subject : Dokumentation/MIDI_COM Nodes : 125 Index Size : 3066 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : @help : @options : +g -i -n +y +z -t4 -d10 @width : 75 View Ref-Filetypedef struct { char my_name[6][10]; /* 6 Appl. Namen (a 10 Byte) */ char r_name[10]; /* Rechnername im Direktorie */ status bit_test; /* Status-Bits */ int disk_st; } verwaltung; Statusbits: typedef struct { unsigned rest:4; unsigned stat:1; /*Statussendung bekommen */ unsigned trns:1; /*Druck file_transfer on */ unsigned prfree:1;/*0 = Drucker frei */ unsigned appl:1; /*habe Appl. */ unsigned prnt:1; /*habe einen Drucker */ unsigned rts:1; /*ready to send */ unsigned prf:1; /*prfile in arbeit */ unsigned wt:1; /*warte auf token */ unsigned token:1; /*habe token */ unsigned rtw:3; /*ready */ } status;