|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Altitude | |
|---|---|
| uavsim.computers.test | |
| uavsim.datatypes | Provides... |
| uavsim.graphics.instruments.altimeter | Provides... |
| uavsim.graphics.instruments.altimeter.test | |
| uavsim.graphics.instruments.autopilot | Provides... |
| uavsim.graphics.instruments.gpsmap.test | |
| uavsim.graphics.instruments.verticalspeedindicator | Provides... |
| uavsim.graphics.instruments.verticalspeedindicator.test | |
| uavsim.windmodel | Provides... |
| Uses of Altitude in uavsim.computers.test |
|---|
| Fields in uavsim.computers.test declared as Altitude | |
|---|---|
private static Altitude |
VORDMEComputerTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
private static Altitude |
ILSComputerTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
private static Altitude |
ADFComputerTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
| Uses of Altitude in uavsim.datatypes |
|---|
| Fields in uavsim.datatypes declared as Altitude | |
|---|---|
private Altitude |
SevenDOFDescriptor._altitude
the altitude. |
private Altitude |
CoordinateWorld3D._altitude
the altitude |
| Methods in uavsim.datatypes that return Altitude | |
|---|---|
Altitude |
Altitude.add_(Altitude altitude)
Adds another unit to this one. |
Altitude |
SevenDOFDescriptor.getAltitude()
Gets the altitude. |
Altitude |
CoordinateWorld3D.getAltitude()
Gets the altitude. |
Altitude |
Altitude.subtract_(Altitude altitude)
Subtract another unit from this one. |
| Methods in uavsim.datatypes with parameters of type Altitude | |
|---|---|
Altitude |
Altitude.add_(Altitude altitude)
Adds another unit to this one. |
int |
Altitude.compareTo(Altitude altitude)
|
Altitude |
Altitude.subtract_(Altitude altitude)
Subtract another unit from this one. |
| Constructors in uavsim.datatypes with parameters of type Altitude | |
|---|---|
CoordinateWorld3D(CoordinateWorld coordinate,
Altitude altitude)
Creates a world coordinate object. |
|
CoordinateWorld3D(Latitude latitude,
Longitude longitude,
Altitude altitude)
Creates a world coordinate object. |
|
SevenDOFDescriptor(CoordinateWorld coordinates,
Altitude altitude,
Attitude attitude)
Creates a 6-DOF descriptor. |
|
SevenDOFDescriptor(CoordinateWorld coordinates,
Altitude altitude,
Attitude attitude,
Course course)
Creates a 7-DOF descriptor. |
|
| Uses of Altitude in uavsim.graphics.instruments.altimeter |
|---|
| Fields in uavsim.graphics.instruments.altimeter declared as Altitude | |
|---|---|
private Altitude |
Altimeter._altitude
the altitude |
private static Altitude |
Altimeter.ALTITUDE_MAX
the maximum altitude |
private static Altitude |
Altimeter.ALTITUDE_MIN
the minimum altitude |
| Fields in uavsim.graphics.instruments.altimeter with type parameters of type Altitude | |
|---|---|
private static CircularFaceplateDescriptor<Altitude> |
Altimeter.FACEPLATE
the faceplate descriptor |
private static TickDescriptor<Altitude> |
Altimeter.MAJOR_TICKS
the descriptor for the major ticks |
private static TickDescriptor<Altitude> |
Altimeter.MINOR_TICKS
the descriptor for the minor ticks |
private static NumberDescriptor<Altitude> |
Altimeter.NUMBERS
the numbers descriptor |
| Methods in uavsim.graphics.instruments.altimeter that return Altitude | |
|---|---|
Altitude |
Altimeter.getAltitude()
Gets the altitude. |
| Methods in uavsim.graphics.instruments.altimeter with parameters of type Altitude | |
|---|---|
AngleMathematical |
Altimeter.mapAngle_(Altitude altitude)
Returns the angle corresponding to the value of a unit. |
void |
Altimeter.update(Altitude altitude)
Updates the state of the instrument without rendering it. |
| Uses of Altitude in uavsim.graphics.instruments.altimeter.test |
|---|
| Fields in uavsim.graphics.instruments.altimeter.test declared as Altitude | |
|---|---|
private static Altitude |
AltimeterTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
| Uses of Altitude in uavsim.graphics.instruments.autopilot |
|---|
| Fields in uavsim.graphics.instruments.autopilot declared as Altitude | |
|---|---|
private Altitude |
Autopilot._altitude
the desired altitude |
private static Altitude |
Autopilot.ALTITUDE_MAX
the maximum altitude |
private static Altitude |
Autopilot.KNOB_PRIMARY_STEP
the major change in altitude caused by adjusting the primary knob |
private static Altitude |
Autopilot.KNOB_SECONDARY_STEP
the minor change in altitude caused by adjusting the primary knob |
| Methods in uavsim.graphics.instruments.autopilot that return Altitude | |
|---|---|
Altitude |
Autopilot.getAltitude()
Gets the azimuth. |
| Uses of Altitude in uavsim.graphics.instruments.gpsmap.test |
|---|
| Fields in uavsim.graphics.instruments.gpsmap.test declared as Altitude | |
|---|---|
private static Altitude |
GPSMapTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
| Uses of Altitude in uavsim.graphics.instruments.verticalspeedindicator |
|---|
| Fields in uavsim.graphics.instruments.verticalspeedindicator declared as Altitude | |
|---|---|
private Altitude |
VerticalSpeedIndicator._altitudePrevious
the altitude at the previous sample |
private Altitude |
VerticalSpeedIndicator._rateOfChangeAverage
the average rate of change in altitude |
private static Altitude |
VerticalSpeedIndicator.RATE_MAX
the maximum climb rate |
private static Altitude |
VerticalSpeedIndicator.RATE_MIN
the maximum descent rate |
| Fields in uavsim.graphics.instruments.verticalspeedindicator with type parameters of type Altitude | |
|---|---|
private static CircularFaceplateDescriptor<Altitude> |
VerticalSpeedIndicator.FACEPLATE
the faceplate descriptor |
private static TickDescriptor<Altitude> |
VerticalSpeedIndicator.MAJOR_TICKS
the major-ticks descriptor |
private static TickDescriptor<Altitude> |
VerticalSpeedIndicator.MINOR_TICKS
the minor-ticks descriptor |
private static NumberDescriptor<Altitude> |
VerticalSpeedIndicator.NUMBERS
the numbers descriptor |
| Methods in uavsim.graphics.instruments.verticalspeedindicator that return Altitude | |
|---|---|
Altitude |
VerticalSpeedIndicator.getRateOfChange()
Gets the average rate of altitude change. |
| Methods in uavsim.graphics.instruments.verticalspeedindicator with parameters of type Altitude | |
|---|---|
AngleMathematical |
VerticalSpeedIndicator.mapAngle_(Altitude rateOfChange)
Returns the angle corresponding to the value of a unit. |
private void |
VerticalSpeedIndicator.sampleRateOfChange(Altitude altitude,
Time time)
Records an altitude entry to calculates the average rate of change per minute. |
void |
VerticalSpeedIndicator.update(Altitude altitude,
Time time)
Updates the state of the instrument without rendering it. |
| Uses of Altitude in uavsim.graphics.instruments.verticalspeedindicator.test |
|---|
| Fields in uavsim.graphics.instruments.verticalspeedindicator.test declared as Altitude | |
|---|---|
private Altitude |
VerticalSpeedIndicatorTest._altitudeCurrent
the altitude |
private static Altitude |
VerticalSpeedIndicatorTest.ALTITUDE_RATE
the rate at which the interactive controls change the altitude |
| Uses of Altitude in uavsim.windmodel |
|---|
| Methods in uavsim.windmodel with parameters of type Altitude | |
|---|---|
private Scaler |
WindVelocityCell.calculateScaler(Altitude altitude)
Calculates the scaler between the two nearest altitude samples. |
private int |
WindVelocityCell.mapPlaneIndex(Altitude altitude)
Determines which altitude plane on the supported interval lies below an altitude. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||