public class SensorElevationRate extends SensorAngleRate
From ST:
The rate the sensors elevation angle is changing.Resolution: 2 bytes = 0.0625 degrees/second, 3 bytes = 0.000244 degrees/second
Uses the same orientation as Sensor Relative Elevation Angle (Item 19). Refer to Item 19's diagram: From the side view of the aircraft shown, when the sensor is moving clockwise the rate is positive and negative when its moving counter-clockwise.
Constructor and Description |
---|
SensorElevationRate(byte[] bytes)
Create from encoded bytes.
|
SensorElevationRate(double rate)
Create from value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getAngleRate, getBytes, getDisplayableValue
public SensorElevationRate(double rate)
rate
- Sensor angle rate in degrees per second. Valid range is [-1000,1000]public SensorElevationRate(byte[] bytes)
bytes
- IMAPB Encoded byte array, 4 bytes maximumCopyright © 2022 West Ridge Systems. All rights reserved.