Dimensionless unit used as a multiplier to account for lag in the bank
angle for turn distances: the adjusted turn radius (the aircraft turn
radius multiplied by this coefficient) will be the maximum distance
from the end of the route segment that an aircraft will turn at.
If the turn magnitude is greater than the HEADING_ERROR_BOUNDARY, a
bank (roll angle) capture is performed until the
BANK_CAPTURE_LIMIT has been captured,
then the bank capture portion of the turn is completed and a heading
capture is used for the remainder of the turn.
Batch Continuation Ind
0 - Only, batch is not segmented
1 - First, first segment of batch
2 - Middle, middle segment of batch
3 - Last, final segment of batch
BearingDistAlt represents a distance in a geodetic frame; its TrueBearing
and Distance components are the values of the TgVector, and the Altitude
adds a 3D component.
Compares an airspeed with a minimum airspeed that is defined in
DRAircraftRulesInterface and returns true if the comparison speed
is less than the threshold.
Creates a BlinkingStrand that names and constructs
its threads by the default manner, and sleeps for
the argument after the repeatedAction
unless interrupted.
This Class parses a Bracket Logic String of the form
The String must be delimited by colons
BracketLogicString -> [Logic,Logic*]
Logic -> (AltRestrict | IASRestrict | MachRestrict
| SpCmdLine
| AltCmd | SpdCmd | HdgCmd)
AltRestrict-> ALTR=INTEGER
IASRestrict-> IASR=INTEGER
AltCmd-> ALT=INTEGER
HdgCmd-> HDG=INTEGER
MachRestrict-> MACHR=FLOAT
SpCmdLine-> CMD= (SpCmd SpCmd*)
SpCmd -> any "reasonable" command from the CommandLine
Ex:
[ALTR=100] Be at 10,000 ft when reaching the node
[IASR=250] Be at 250 kts when reaching the node
[MACHR=.7] Be at Mach .7 when reaching the node
[ALT=30] When reaching the node Execute the Altitude 3000 ft command
[SPD=150] When reaching the node Execute the Speed 150 ft command
[HDG=250] When reaching the node Execute the Heading 250 ft command
[CMD=a30] When reaching the node Execute the Altitude 3000 ft command
[CMD=a100 s250] When reaching the node go to 10000 ft and 250 knots
[ALTR=100:CMD=a170] Be at 10000 feet when you reach the node, upon
reaching the node climb to 17,000 ft.
Method buildRbxControl constructs a RbxControl process based upon files which
may exist at the time that the RadarComponent has been pressed and certain environment
variables.
ByDayFilter is a AbstractFilter; it listens for Filterables, checks to
see if the events are from the requested day, and
if so sends those events to listeners registered for that class.