UfpFilter is a type of TextFilter; it listens for Filterables and checks
to see if the result of comparing the UFP field value of an aircraft to a
regular expression pattern is equivalent to a specified match type.
Constructor for the Ufp user interface that allows this
GUI to be the child of another window:
If the parent window is not set, all other windows will be terminated
when this window exits.
Creates a Ufp GUI with a specified configuration file already loaded,
and allowing the input/output file names to be set according to a
specified recording file name.
Creates a Ufp GUI with a specified configuration file already loaded,
and allowing the input/output file names to be set according to a
specified recording file name.
UfpVhfFreqSetter was built to provide an easy way to set the frequency
in the UFP flight plan if the track control (initial sector) field is
available.
UnableToComplyException contains an exception caused by an attempt
to give a command to an aircraft that the aircraft couldn't comply
with, because the aircraft's current state or situation does not
permit that action to be taken.
This class is a singleton, so there is but one instance of it!
The getInstance method is used to get an object of type UnitsDatabase,
this will cause the class to be instaniated if it is not already.
class UnitType holds a data structure like the following:
UnitClassName: faa.tg.units.DistanceUnits
UnitAbbreviation: { meters, km, cm, in, ft, nm, mi, fl }
The UnitDictionary class uses this class to store many
key/value = UnitClassName/UnitType pairs
Uses the aircraft dynamics model to calculate the derivatves,
integrate to the next time step, and update the states
and derived states of the Aircraft.
If the rbxRadar parameter is represented within this GUI list
then the needed RbxControlEvents are fired to update the
corresponding RadarConfigComponent with the passed rbxRadar
values.
UpdateRecorder registers itself for the following events:
EndOfEpochEvent
EndOfRouteEvent
ExecutiveEvents(SimStartEvent, SimPauseEvent, SimTerminationEvent)
FlightActivatedEvent
FlightTerminatedEvent
FrequencyChangeEvent
ManagerEvent
MessageEvent
OverRouteNodeEvent
SpCmdResultListener
TouchdownEvent
and records them to the RecordingOutputStream.
This class defines the UpdateSpDataModelEvent, the event which is
fired by RemoteEcoGUI when the ECO's data model needs to be updated
to the changes made in the RemoteEcoGUI.
UpdateStudyInterface is used to define an interface that will update
gui components that will display information about an aircraft on the Remote
EcoGUI
UpdateStudyListener is used to define an interface that will be used to update
gui components that will display information about an aircraft on the Remote
Eco GUI
UpLink message class sends a text message to datalink equiped planes
The responses will go back to the Gateway application via the
static DatalinkRep sendResponse.