Reads a file containing Laboratory Device Names and creates a preliminary LaboratorDevices.xml file
usage: java faa.tg.bytex.util.LabDevicesToXml -i labDevices.txt -o LaboratoryDevices.xml
See the source: LabDevicesToXml.java
Landable defines an interface that standardizes usage of classes
that can be landed at a runway; they must have a name, an associated
position, a flying status, a heading, and a simulation time.
LandingMan is the maneuver that handles longitudinal guidance for the
stage of aircraft flight that descends the glide slope to a runway,
ending just before the landing flare for touchdown.
Returns the last maneuver in the follow-on maneuvers that is before
the specified fix; returns null if the current maneuver does not
complete before the specified fix.
A temporary position value used to track a target if an actual position
value causes a latitude NumberFormatException: currently only used in
testing & debugging.
Contains an indicator of whether to send only the last event per type
of flying status for each name, or whether to send all second-by-second
events with the specified status.
lastTas -
Variable in class faa.tg.aircraft.adm.guidance.longuidance.CvsClimbMan
lastTas -
Variable in class faa.tg.aircraft.adm.guidance.longuidance.CvsDescentMan
LateralDerivatives is responsible for calculating
the two fundimental lateral states fo the Aircraft;
These fundimental states include include:
roll angleroll rate
Constructor for the LateralDerivatives class
During construction, the two matrices (the StateTransitionMatrix and
the DiscreteInputMatrix) are derived.
This class is a typical results class which is used for returning
the values calculated by the lateral guidance classes -- the desired
heading and turn direction.
Constructor taking just a string, which is the latitude and longitude
(in any format supported by Angle.parseDmsString) seperated by a
forward-slash ("/").
Constructor taking just a string, which is the latitude and longitude
(in any format supported by Angle.parseDmsString) seperated by a
forward-slash ("/").
This class represents the LCN Standard Header as documented in
NAS-IR-2104-4001 Display System Replacement (DSR)
DSR/Host interface Control Document
This code's constructor will set the contents of the LcnHeader
To grab any field use get methods
See the source: LcnHeader.java
This class defines LeaderLineLengthEvent is fired by the leader line dialog
to indicate that length of the leader line displays for a track display
should change
LevelFilter is an AbstractFilter; it listens for Filterables,
checks to see if the events can be differentiated by Level, and then
sends the events to listeners registered for those Levels.
LevelWaitFixMan specifies that an aircraft continues at the current
speed and altitude until the aircraft is within the specified distance
from the specified fix or is going away from (is past) the fix.
Creates a maneuver for an aircraft that maintains level flight until
it is within the specified distance of the specified fix or going away
from the fix.
LevelWaitMan is a maneuver that specifies that an aircraft is to
continue in its flight until it is the specified distance from
the specified fix, and then go to a desired speed and altitude.
Tabular List Type
1 - Departure List
2 - Hold List
3 - Inbound List
4 - Conflict Alert List
5 - Group Suppression List
6 - Lost Weather Data
7 - VFR Inhibit List
8 - Sector Metering List
9 - Metering Position List
10 -Conflict Alert Status
11 - EMSAW Status
12 - Online QARS Report
13 - Online Cert Time Display
19 - Meter Reference Point List
Objects that need to receive notification when PDUs are read off
the network should implement this interface and register themselves
with the PduFactory.
Deprecated.May delete this: the magnitude calculation is dependent
on the initial position that this vector is based on,
and so this class may be impractical for general use.
Adds/replaces sector objects and matching
aircraft state sector values from the recording with the sector objects
(either by SectorID or SectorName) from the sector XML file specified.
Constructor -
Constructs a new LocalAtmosphereAttribute - an attribute containing
atmospheric data at a TgfAircraft's current position within the
Tgf Simulator.
Constructor -
Constructs a new LocalAtmosphereAttribute - an attribute containing
atmospheric data at a TgfAircraft's current position within the
Tgf Simulator.
Tool for importing an SimE export file and modifying the QT, TI, or TU records
so that the location fields match the location from recorded data in a
corresponding TGF recording or TGF AircraftState CSV file.
This HashMap stores the CSV text line indexed by aircraft type
for aircraft where the QT message location is sufficiently distant
from the CSV location.
This HashMap stores the CSV text line indexed by aircraft type
for aircraft where the QT message location is sufficiently distant
from the CSV location.
LongitudinalModus determines the current region and the next timestep's
desired longitudinal values (speed, altitude, and altitude rate) for the
aircraft state update.