|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.flightsim.fsuipc.FSUIPC | +--com.flightsim.fsuipc.FSNavRadio
Abstract navigation radio
Field Summary | |
protected int |
iFreq
|
protected int |
iGlideSlope
|
protected int |
iID
|
protected int |
iLocNeedle
|
protected int |
iName
|
protected int |
iStandbyFreq
|
protected int |
iSwap
|
Constructor Summary | |
FSNavRadio()
|
Method Summary | |
short |
Freq()
Current frequency |
java.lang.String |
FreqAsString()
Frequency as a string |
byte |
GlideSlope()
Glideslope indicatior |
java.lang.String |
Identity()
Identity of the station |
byte |
LocaliserNeedle()
Localiser needle position |
java.lang.String |
Name()
Full name of the radio station |
short |
StandByFreq()
Radio stand by frequency |
java.lang.String |
StandByFreqAsString()
Stand by frequency of radio as a string |
void |
SwapFrequencies()
Swap over frequencies |
Methods inherited from class com.flightsim.fsuipc.FSUIPC |
getByte, getDouble, getFloat, getInt, getLong, getShort, getString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int iStandbyFreq
protected int iFreq
protected int iID
protected int iName
protected int iSwap
protected int iLocNeedle
protected int iGlideSlope
Constructor Detail |
public FSNavRadio()
Method Detail |
public short StandByFreq()
public java.lang.String StandByFreqAsString()
public short Freq()
public java.lang.String FreqAsString()
public java.lang.String Identity()
public java.lang.String Name()
public void SwapFrequencies()
public byte LocaliserNeedle()
public byte GlideSlope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |