Datum Systems, Inc. PSM-500 Modem Remote Control Protocol
Rev 0.93 12/12/10
typedef struct {
unsigned int /* Bits little endian aligned */
Freq:1, Offset:1, Level:1, Output:1,
Mod:1, Spectrum:1, Mode:1, Preamble:1,
AUPC:1, AEbNo:1, AMaxLvl:1, AMinLvl:1,
Mute:1, Imped:1, :2,
:16;
unsigned int /* Bits little endian aligned */
CxrEn:1, CxrHrd:1, Mod0:1, Mod1:1,
Mod2:1, SpcInv:1, BurstInst:1, Mode0:1,
PreLng0:1, PreLng1:1, PreLng2:1, PreLng3:1,
AUPCEn:1, Mute0:1, Mute1:1, ImpSel:1,
:16;
unsigned int Cxr_Freq; // CXR Frequency, 32b, (50,000,000
to 90,000,000), 1Hz Increments
short int Cxr_Freq_Res; // CXR Frequency, Reserved for L-
BandFrequency Extension
int Cxr_Offset; // CXR Offset, Signed 32b, (-1,250,000 to
+1,250,000, 1Hz Increments
short int Cxr_Lvl; // CXR Level, Signed 16b, (-350 to
+50), 0.1dB Increments (dBm)
unsigned short int AUPC_EbNo; // AUPC EB/No, 16b, (30 to 200),
0.1dB Increments
short AUPC_Max_Lvl; // AUPC Max Level, Signed 16b, (-350 to
+50), 0.1dB Increments
short AUPC_Min_Lvl; // AUPC Min Level, Signed 16b, (-350 to
+50), 0.1dB Increments
short Up_Conv_LO[3]; // Up Converter LO, Reserved for L-Band
int Spare;
} __attribute__((__packed__)) M5Mod_IF_t;
Komentarze do niniejszej Instrukcji