com.flightsim.fsuipc
Class FSNavRadio

java.lang.Object
  |
  +--com.flightsim.fsuipc.FSUIPC
        |
        +--com.flightsim.fsuipc.FSNavRadio
Direct Known Subclasses:
FSADF, FSNav1, FSNav2

public abstract class FSNavRadio
extends FSUIPC

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

iStandbyFreq

protected int iStandbyFreq

iFreq

protected int iFreq

iID

protected int iID

iName

protected int iName

iSwap

protected int iSwap

iLocNeedle

protected int iLocNeedle

iGlideSlope

protected int iGlideSlope
Constructor Detail

FSNavRadio

public FSNavRadio()
Method Detail

StandByFreq

public short StandByFreq()
Radio stand by frequency


StandByFreqAsString

public java.lang.String StandByFreqAsString()
Stand by frequency of radio as a string


Freq

public short Freq()
Current frequency


FreqAsString

public java.lang.String FreqAsString()
Frequency as a string


Identity

public java.lang.String Identity()
Identity of the station


Name

public java.lang.String Name()
Full name of the radio station


SwapFrequencies

public void SwapFrequencies()
Swap over frequencies


LocaliserNeedle

public byte LocaliserNeedle()
Localiser needle position


GlideSlope

public byte GlideSlope()
Glideslope indicatior



Copyright © 2003 Mark Burton. All Rights Reserved.