Uses of Class
uavsim.datatypes.NDBFrequency

Packages that use NDBFrequency
uavsim.datatypes Provides... 
uavsim.graphics.instruments.adfreceiver Provides... 
uavsim.navigationmodel Provides... 
 

Uses of NDBFrequency in uavsim.datatypes
 

Methods in uavsim.datatypes that return NDBFrequency
 NDBFrequency NDBFrequency.add_(NDBFrequency value)
          Adds another unit to this one.
 NDBFrequency NDBFrequency.subtract_(NDBFrequency value)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type NDBFrequency
 NDBFrequency NDBFrequency.add_(NDBFrequency value)
          Adds another unit to this one.
 NDBFrequency NDBFrequency.subtract_(NDBFrequency value)
          Subtract another unit from this one.
 

Uses of NDBFrequency in uavsim.graphics.instruments.adfreceiver
 

Fields in uavsim.graphics.instruments.adfreceiver declared as NDBFrequency
private  NDBFrequency ADFReceiver._frequency
          the frequency
private static NDBFrequency ADFReceiver.KNOB_PRIMARY_STEP
          the major change in frequency caused by adjusting the primary knob
private static NDBFrequency ADFReceiver.KNOB_SECONDARY_STEP
          the minor change in frequency caused by adjusting the secondary knob
 

Methods in uavsim.graphics.instruments.adfreceiver that return NDBFrequency
 NDBFrequency ADFReceiver.getFrequency()
          Gets the azimuth.
 

Uses of NDBFrequency in uavsim.navigationmodel
 

Constructors in uavsim.navigationmodel with parameters of type NDBFrequency
NondirectionalBeacon(java.lang.String id, CoordinateWorld3D coordinate, java.lang.String designator, NDBFrequency frequency)
          Creates an NDB chart element.