SIGNATURE
B
US
P
ROTOCOL
M
ASTER
D
OCUMENT
Revised 2-24-98
Page 15 of 20
C
ONTENTS OF
N
ON
-V
OLATILE
M
EMORY
R
EQUEST
(
CONT
.)
TunerPSet_st
TnrPSet[NUM_PRESETS_TUNER];
int
nFreq;
// station frequency
char
cBand;
// USA_FM, USA_AM, EUR_FM, EUR_AM
char
cRDS;
// flag - rds auto or manual. if manual, user
// can store ID & PTY
char
szID[RDS_TYPE_SIZE];
// 8 char station id
char
cType;
// index into RDSTypeTable string table
TunerState_st
TnrState;
int
nCountry;
int
nCurBand;
int
nCurFreq;
int
nCurPreset;
int
nCurFMFreq;
int
nCurAMFreq;
int
nCurLWFreq;
char
RDSTblGapLow;
// describe the 'hole' in the...
char
RDSTblGapHi;
// ...RDS type table
char
unitID;
// Signature unit ID
char
pwrUpState;
// describe the power-up state
uint
version;
// software revision level
char
filler[13];
// unused at this time