Serialized Form


Package uavsim.computers.test

Class uavsim.computers.test.ADFComputerTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_gps

GPSMap _gps
the GPS map


_adfFixed

AutomaticDirectionFinder _adfFixed
the fixed ADF


_adfMoveable

AutomaticDirectionFinder _adfMoveable
the moveable ADF


_adfReceiver

ADFReceiver _adfReceiver
the ADF receiver


_adfComputerFixed

ADFComputer _adfComputerFixed
the computer for the fixed ADF


_adfComputerMoveable

ADFComputer _adfComputerMoveable
the computer for the moveable ADF


_uav7DOF

SevenDOFDescriptor _uav7DOF
the UAV 7-DOF descriptor, minus course


_chart

NavigationChart _chart
the navigation chart


_display

ADFComputerTest.Display _display
the display panel for the instruments

Class uavsim.computers.test.ILSComputerTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_gps

GPSMap _gps
the GPS map


_dmeMarkerInstrument

DMEMarkerIndicator _dmeMarkerInstrument
the DME instrument


_dmeComputer

DMEComputer _dmeComputer
the computer for the DME instrument


_vorInstrument

VORLocalizerGlideslope _vorInstrument
the VOR instrument


_vorDMEReceiver

VORDMEReceiver _vorDMEReceiver
the VOR receiver


_ilsComputer

ILSComputer _ilsComputer
the computer for the VOR instrument


_uav7DOF

SevenDOFDescriptor _uav7DOF
the UAV 7-DOF descriptor, minus course


_chart

NavigationChart _chart
the navigation chart


_display

ILSComputerTest.Display _display
the display panel for the instruments

Class uavsim.computers.test.VORDMEComputerTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_gps

GPSMap _gps
the GPS map


_dmeInstrument

DMEMarkerIndicator _dmeInstrument
the DME instrument


_dmeComputer

DMEComputer _dmeComputer
the computer for the DME instrument


_vorInstrument

VORLocalizerGlideslope _vorInstrument
the VOR instrument


_vorDMEReceiver

VORDMEReceiver _vorDMEReceiver
the VOR receiver


_vorComputer

VORComputer _vorComputer
the computer for the VOR instrument


_uav7DOF

SevenDOFDescriptor _uav7DOF
the UAV 7-DOF descriptor, minus course


_chart

NavigationChart _chart
the navigation chart


_display

VORDMEComputerTest.Display _display
the display panel for the instruments


Package uavsim.datatypes

Class uavsim.datatypes.UnsupportedCoordinateException extends java.lang.Exception implements Serializable


Package uavsim.flightdynamicsmodel.test

Class uavsim.flightdynamicsmodel.test.DataViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

_airspeedIndicator

AirspeedIndicator _airspeedIndicator
the airspeed indicator


_altimeter

Altimeter _altimeter
the altimeter


_attitudeIndicator

AttitudeIndicator _attitudeIndicator
the attitude indicator


_chart

NavigationChart _chart
the navigation chart for the GPS


_clock

ClockBasic _clock
the clock


_controller

AircraftModelController _controller
the model controller


_directionalGyro

DirectionalGyro _directionalGyro
the directional gyro


_display

DataViewer.Display _display
the display panel for the instruments


_model

AircraftModel _model
the aircraft model


_infile

java.io.BufferedReader _infile
the log file


_refreshCountdown

int _refreshCountdown
the refresh countdown as a function of the timer rate


_stallEnunciator

StallEnunciator _stallEnunciator
the stall enunciator


_tachometer

Tachometer _tachometer
the tachometer


_timer

java.util.Timer _timer
the update timer


_turnCoordinator

TurnCoordinator _turnCoordinator
the turn coordinator


_updater

DataViewer.Updater _updater
the updater task run by the timer


_verticalSpeedIndicator

VerticalSpeedIndicator _verticalSpeedIndicator
the vertical speed indicator


_isFirstEntry

boolean _isFirstEntry
zzz


_timePrev

double _timePrev
zzz

Class uavsim.flightdynamicsmodel.test.DataViewer.Display extends javax.swing.JComponent implements Serializable

Class uavsim.flightdynamicsmodel.test.FDMBlackboxTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_airspeedIndicator

AirspeedIndicator _airspeedIndicator
the airspeed indicator


_altimeter

Altimeter _altimeter
the altimeter


_attitudeIndicator

AttitudeIndicator _attitudeIndicator
the attitude indicator


_chart

NavigationChart _chart
the navigation chart for the GPS


_clock

ClockEnhanced _clock
the clock


_controller

AircraftModelController _controller
the model controller


_directionalGyro

DirectionalGyro _directionalGyro
the directional gyro


_display

FDMBlackboxTest.Display _display
the display panel for the instruments


_model

AircraftModel _model
the aircraft model


_outfile

java.io.BufferedWriter _outfile
the log file


_refreshCountdown

int _refreshCountdown
the refresh countdown as a function of the timer rate


_stallEnunciator

StallEnunciator _stallEnunciator
the stall enunciator


_tachometer

Tachometer _tachometer
the tachometer


_timer

java.util.Timer _timer
the update timer


_turnCoordinator

TurnCoordinator _turnCoordinator
the turn coordinator


_updater

FDMBlackboxTest.Updater _updater
the updater task run by the timer


_verticalSpeedIndicator

VerticalSpeedIndicator _verticalSpeedIndicator
the vertical speed indicator

Class uavsim.flightdynamicsmodel.test.FDMBlackboxTest.Display extends javax.swing.JComponent implements Serializable

Class uavsim.flightdynamicsmodel.test.FlightDynamicsTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_airspeedIndicator

AirspeedIndicator _airspeedIndicator
the airspeed indicator


_altimeter

Altimeter _altimeter
the altimeter


_attitudeIndicator

AttitudeIndicator _attitudeIndicator
the attitude indicator


_chart

NavigationChart _chart
the navigation chart for the GPS


_clock

ClockBasic _clock
the clock


_controller

AircraftModelController _controller
the model controller


_directionalGyro

DirectionalGyro _directionalGyro
the directional gyro


_display

FlightDynamicsTest.Display _display
the display panel for the instruments


_gpsMap

GPSMap _gpsMap
the GPS


_model

AircraftModel _model
the aircraft model


_outfile

java.io.BufferedWriter _outfile
the log file


_refreshCountdown

int _refreshCountdown
the refresh countdown as a function of the timer rate


_stallEnunciator

StallEnunciator _stallEnunciator
the stall enunciator


_tachometer

Tachometer _tachometer
the tachometer


_timer

java.util.Timer _timer
the update timer


_turnCoordinator

TurnCoordinator _turnCoordinator
the turn coordinator


_updater

FlightDynamicsTest.Updater _updater
the updater task run by the timer


_verticalSpeedIndicator

VerticalSpeedIndicator _verticalSpeedIndicator
the vertical speed indicator

Class uavsim.flightdynamicsmodel.test.FlightDynamicsTest.Display extends javax.swing.JComponent implements Serializable


Package uavsim.graphics.instruments.adfreceiver.test

Class uavsim.graphics.instruments.adfreceiver.test.ADFReceiverTest extends A_InstrumentTest implements Serializable

Class uavsim.graphics.instruments.adfreceiver.test.ADFReceiverTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.airspeedindicator.test

Class uavsim.graphics.instruments.airspeedindicator.test.AirspeedIndicatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

AirspeedIndicator _instrument
the airspeed indicator

Class uavsim.graphics.instruments.airspeedindicator.test.AirspeedIndicatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.altimeter.test

Class uavsim.graphics.instruments.altimeter.test.AltimeterTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

Altimeter _instrument
the altimeter

Class uavsim.graphics.instruments.altimeter.test.AltimeterTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.attitudeindicator.test

Class uavsim.graphics.instruments.attitudeindicator.test.AttitudeIndicatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

AttitudeIndicator _instrument
the attitude indicator

Class uavsim.graphics.instruments.attitudeindicator.test.AttitudeIndicatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.automaticdirectionfinder.test

Class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderFixedCardTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

AutomaticDirectionFinder _instrument
the automatic direction finder

Class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderFixedCardTest.Display extends A_InstrumentTest.A_Display implements Serializable

Class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderMoveableCardTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

AutomaticDirectionFinder _instrument
the automatic direction finder

Class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderMoveableCardTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.autopilot.test

Class uavsim.graphics.instruments.autopilot.test.AutopilotTest extends A_InstrumentTest implements Serializable

Class uavsim.graphics.instruments.autopilot.test.AutopilotTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.clock.test

Class uavsim.graphics.instruments.clock.test.ClockBasicTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

ClockBasic _instrument
the clock

Class uavsim.graphics.instruments.clock.test.ClockBasicTest.Display extends A_InstrumentTest.A_Display implements Serializable

Class uavsim.graphics.instruments.clock.test.ClockEnhancedTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

ClockEnhanced _instrument
the clock

Class uavsim.graphics.instruments.clock.test.ClockEnhancedTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.directionalgyro.test

Class uavsim.graphics.instruments.directionalgyro.test.DirectionalGyroTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

DirectionalGyro _instrument
the directional gyro

Class uavsim.graphics.instruments.directionalgyro.test.DirectionalGyroTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.dme.test

Class uavsim.graphics.instruments.dme.test.DistanceMeasuringEquipmentTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

DMEMarkerIndicator _instrument
the distance measuring equipment receiver

Class uavsim.graphics.instruments.dme.test.DistanceMeasuringEquipmentTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.gpsmap.test

Class uavsim.graphics.instruments.gpsmap.test.GPSMapTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

GPSMap _instrument
the GPS map

Class uavsim.graphics.instruments.gpsmap.test.GPSMapTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.horizontalsituationindicator.test

Class uavsim.graphics.instruments.horizontalsituationindicator.test.HorizontalSituationIndicatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

HorizontalSituationIndicator _instrument
the horizontal situation indicator

Class uavsim.graphics.instruments.horizontalsituationindicator.test.HorizontalSituationIndicatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.navcommselector.test

Class uavsim.graphics.instruments.navcommselector.test.NavCommSelectorTest extends A_InstrumentTest implements Serializable

Class uavsim.graphics.instruments.navcommselector.test.NavCommSelectorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.stallenunciator.test

Class uavsim.graphics.instruments.stallenunciator.test.StallEnunciatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

StallEnunciator _instrument
the stall enunciator


_stallState

StallEnunciator.E_StallState _stallState
the stall state

Class uavsim.graphics.instruments.stallenunciator.test.StallEnunciatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.tachometer.test

Class uavsim.graphics.instruments.tachometer.test.TachometerTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

Tachometer _instrument
the tachometer

Class uavsim.graphics.instruments.tachometer.test.TachometerTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.test

Class uavsim.graphics.instruments.test.A_InstrumentTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_display

A_InstrumentTest.A_Display _display
the display for the instrument


_frameSize

Size _frameSize
the frame size


_instrument

A_Instrument _instrument
the instrument to test

Class uavsim.graphics.instruments.test.A_InstrumentTest.A_Display extends javax.swing.JComponent implements Serializable


Package uavsim.graphics.instruments.turncoordinator.test

Class uavsim.graphics.instruments.turncoordinator.test.TurnCoordinatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

TurnCoordinator _instrument
the turn coordinator

Class uavsim.graphics.instruments.turncoordinator.test.TurnCoordinatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.verticalspeedindicator.test

Class uavsim.graphics.instruments.verticalspeedindicator.test.VerticalSpeedIndicatorTest extends A_InstrumentTest implements Serializable

Serialized Fields

_altitudeCurrent

Altitude _altitudeCurrent
the altitude


_instrument

VerticalSpeedIndicator _instrument
the vertical speed indicator

Class uavsim.graphics.instruments.verticalspeedindicator.test.VerticalSpeedIndicatorTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.vorlocalizerglideslope.test

Class uavsim.graphics.instruments.vorlocalizerglideslope.test.VORLocalizerGlideslopeTest extends A_InstrumentTest implements Serializable

Serialized Fields

_instrument

VORLocalizerGlideslope _instrument
the VOR/localizer/glideslope instrument

Class uavsim.graphics.instruments.vorlocalizerglideslope.test.VORLocalizerGlideslopeTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.instruments.vorreceiver.test

Class uavsim.graphics.instruments.vorreceiver.test.VORReceiverTest extends A_InstrumentTest implements Serializable

Class uavsim.graphics.instruments.vorreceiver.test.VORReceiverTest.Display extends A_InstrumentTest.A_Display implements Serializable


Package uavsim.graphics.test

Class uavsim.graphics.test.GraphicsSupportTest extends javax.swing.JFrame implements Serializable

Serialized Fields

_display

GraphicsSupportTest.Display _display

Package uavsim.graphics.text.test

Class uavsim.graphics.text.test.VectorTextTest extends javax.swing.JFrame implements Serializable