This model is considered to be a valid representation of the Earth's core
magnetic altitudes ranging from the "ocean bottom" to +1000 km
for all geodetic latitudes and longitudes.
This class represents the ECG/HID Standard Message as documented in
CSC/E2-97/7116 ICD for Host Interface Device/National Airpace System Local
area Network
This code's constructor will set the contents of the EcgHeader
To grab any field use get methods
This class defines the Eco Accept Spw Cfg Event that is
thrown by the EcoGUI when the user wishes to accept the
current configuration of assigned/cleared Sim Pilots
from a graphical list of them.
GUI display for editing list of spw whose host name were
not known at time of sim or whos host name does not contain sp
See the source
EditAddressListComponent.java
enableButtonCheck checks to see if the clearAllButton should
be enabled or not based on whether any of the RadarConfigComponents
possess a 'ready' RbxDevice.
enableButtonCheck checks to see if the closeAllButton should
be enabled or not based on whether any of the RadarConfigComponents
possess a .isOpen() RbxDevice.
enableButtonCheck checks to see if the openAllButton should
be enabled or not based on whether any of the RadarConfigComponents
possess a .isReadyToOpen() RbxDevice.
Invoking this method causes the PanelDockOptions to monitor
the parent component, responding to movement, resizing, disposal,
by keeping the child component near the parent at all times, or
cease doing so if it was previously.
The EndOfEpoch PDU (EOEPDU) is used to notify external participants
(xpvd) in the exercise that the simulator has finished processing
aircraft for this epoch.
Constructs the EnrouteCalc object with the sector, user-defined
aircraft conflict separation (horizontal), user-defined conflict
altitude separation, and the no-transgression zone area (can be null).
Constructs the EnrouteCalc object with the sector, user-defined
aircraft conflict separation (horizontal), user-defined conflict
altitude separation, and the no-transgression zone area (can be null).
Increases the capacity of this List, if necessary, to ensure
that it can hold at least the number of components specified by
the minimum capacity argument.
Increases the capacity of this List, if necessary, to ensure
that it can hold at least the number of components specified by
the minimum capacity argument.
This is another ExternallyUpdatedDynamics that is called when there is no
SimulationTime for an aircraft being externally updated without a valid
time stamp (0 for example).
Returns a set view of the mappings contained in this map: the set
contains a List object for each non-empty "bucket", each List object
contains the values mapped to a single key.
This overrides the Object equals() to match the compareTo() return value,
as per the Comparable requirements; also provides checking to guarantee
the unit types match.
This method provides a test for equality for just the latitude
and longitude of the two positions: returns whether the latitude
and longitude components are exactly equal between positions.
This class imports an Eram Arts Xml file
WARNING: This class currently only imports the following information:
ARTS_Records
ARTS_Facility
HostedARTS
ARTSId
PotLatitude
PotLongitude
PotXStereo
PotYStereo
MagneticVariation
This constructor is used when creating the following types of
ERCE command : RESET, PUSH_TO_TALK_STATUS, ALL
There is only one argument, the command type.
This constructor is used when creating the following types of
ERCE command :
INITIALIZE, CHANNEL, FREQUENCY_STATUS, TEST
There are only two arguments, the command type and frequency,
pilot number, or test code.
This constructor is used when creating the following types of
ERCE command :
INITIALIZE, CHANNEL, FREQUENCY_STATUS, TEST
There are only two arguments, the command type and frequency,
pilot number, or test code.
This constructor is used when creating the following types of
ERCE command :
ASSIGN, NOISE
There are three arguments, the command type, the pilot number or
frequency, and the noise code or VSCS frequency
This constructor is used when creating the following types of
ERCE command :
ASSIGN, NOISE
There are three arguments, the command type, the pilot number or
frequency, and the noise code or VSCS frequency
ERCECommandResponse is the object returned to the ERCECommand initiator
used to indicate the status and any response data from/of an
executed ERCECommand
Indicates whether to exclude objects contained by the area registered
for by the listeners (objects pass the filter if Positions are OUTSIDE
the area).
Constructor for abstract class of the events describing a change in
simulation execution status for cases in which the system time must be
specified and not gotten from the system clock.
Objects that want to be notified of and participate in when the simulation
exercise is put in an "Exercise Ready" state should implement
this interface.
ExpediteDescentMan is a maneuver for an aircraft climbing at its
maximum rate, using the specified minimum indicated airspeed that
was defined in the aircraft baseline as the maximum climb rate for
the aircraft.
Constructs an ExpediteClimbMan to perform an expedited climb; if the
expedite may not succeed, the expediteFailureMessage will be set with
an estimate of how much the altitude capture is expected to fail by.
Constructs an ExpediteDescentMan to perform an expedited descent; if the
expedite may not succeed, an UnableToComplyException will be thrown with
an estimate of how much the altitude capture is expected to fail by.