|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RevolutionsPerMinute | |
|---|---|
| uavsim.datatypes | Provides... |
| uavsim.flightdynamicsmodel | Provides... |
| uavsim.graphics.instruments.tachometer | Provides... |
| uavsim.graphics.instruments.tachometer.test | |
| Uses of RevolutionsPerMinute in uavsim.datatypes |
|---|
| Methods in uavsim.datatypes that return RevolutionsPerMinute | |
|---|---|
RevolutionsPerMinute |
RevolutionsPerMinute.add_(RevolutionsPerMinute rpm)
Adds another unit to this one. |
RevolutionsPerMinute |
RevolutionsPerMinute.subtract_(RevolutionsPerMinute rpm)
Subtract another unit from this one. |
| Methods in uavsim.datatypes with parameters of type RevolutionsPerMinute | |
|---|---|
RevolutionsPerMinute |
RevolutionsPerMinute.add_(RevolutionsPerMinute rpm)
Adds another unit to this one. |
int |
RevolutionsPerMinute.compareTo(RevolutionsPerMinute rpm)
|
RevolutionsPerMinute |
RevolutionsPerMinute.subtract_(RevolutionsPerMinute rpm)
Subtract another unit from this one. |
| Uses of RevolutionsPerMinute in uavsim.flightdynamicsmodel |
|---|
| Methods in uavsim.flightdynamicsmodel that return RevolutionsPerMinute | |
|---|---|
RevolutionsPerMinute |
AircraftModelController.getRPM()
Returns the current thrust as an absolute value on the interval [THRUST_MIN,THRUST_MAX]. |
| Constructors in uavsim.flightdynamicsmodel with parameters of type RevolutionsPerMinute | |
|---|---|
AircraftModel(CoordinateWorld3D position,
AttitudeYaw heading,
Airspeed airspeed,
RevolutionsPerMinute rpm)
Creates an aircraft model. |
|
| Uses of RevolutionsPerMinute in uavsim.graphics.instruments.tachometer |
|---|
| Fields in uavsim.graphics.instruments.tachometer declared as RevolutionsPerMinute | |
|---|---|
private RevolutionsPerMinute |
Tachometer._rpm
the RPM |
private static RevolutionsPerMinute |
Tachometer.RPM_MAX
the maximum RPM |
private static RevolutionsPerMinute |
Tachometer.RPM_MIN
the minimum RPM |
| Fields in uavsim.graphics.instruments.tachometer with type parameters of type RevolutionsPerMinute | |
|---|---|
private static CircularFaceplateDescriptor<RevolutionsPerMinute> |
Tachometer.FACEPLATE
the faceplate descriptor |
private static ArcDescriptor<RevolutionsPerMinute> |
Tachometer.GREEN_ARC
the arc descriptor for the green arc |
private static TickDescriptor<RevolutionsPerMinute> |
Tachometer.MAJOR_TICKS
the major-ticks descriptor |
private static TickDescriptor<RevolutionsPerMinute> |
Tachometer.MINOR_TICKS
the minor-ticks descriptor |
private static NumberDescriptor<RevolutionsPerMinute> |
Tachometer.NUMBERS
the numbers descriptor |
private static ArcDescriptor<RevolutionsPerMinute> |
Tachometer.RED_ARC
the arc descriptor for the red arc |
| Methods in uavsim.graphics.instruments.tachometer that return RevolutionsPerMinute | |
|---|---|
RevolutionsPerMinute |
Tachometer.getRevolutionsPerMinute()
Gets the RPM. |
| Methods in uavsim.graphics.instruments.tachometer with parameters of type RevolutionsPerMinute | |
|---|---|
AngleMathematical |
Tachometer.mapAngle_(RevolutionsPerMinute rpm)
Returns the angle corresponding to the value of a unit. |
void |
Tachometer.update(RevolutionsPerMinute rpm)
Updates the state of the instrument without rendering it. |
| Uses of RevolutionsPerMinute in uavsim.graphics.instruments.tachometer.test |
|---|
| Fields in uavsim.graphics.instruments.tachometer.test declared as RevolutionsPerMinute | |
|---|---|
private static RevolutionsPerMinute |
TachometerTest.RPM_RATE
the rate at which the interactive controls change the RPM |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||