11 #define u_int unsigned int
12 #define u_char unsigned char
13 #define u_short unsigned short
18 u_int bX48hi, bX48lo, bX7bit;
22 u_short offline_id[32] ;
39 u_char spinBits()
const {
return (lastDSM[7]>>4) & 0xff; }
40 u_short bbcTimeDiff()
const {
return VTX[3] & 0x1ff; }
42 int get48bXing()
const;
45 void print(
int k=0, FILE *fd=stdout)
const;
88 #if 0 // probably all is wrong, JB
89 u_char bitYellFill()
const {
return ( spinBits()>>0) & 0x1; }
90 u_char bitYellUp()
const {
return ( spinBits()>>1) & 0x1; }
91 u_char bitYellDown()
const {
return ( spinBits()>>2) & 0x1; }
92 u_char bitYellUnpol()
const {
return ( spinBits()>>3) & 0x1; }
93 u_char bitBlueFill()
const {
return ( spinBits()>>4) & 0x1; }
94 u_char bitBlueUp()
const {
return ( spinBits()>>5) & 0x1; }
95 u_char bitBlueDown()
const {
return ( spinBits()>>6) & 0x1; }
96 u_char bitBlueUnpol()
const {
return ( spinBits()>>7) & 0x1;}