public abstract class SensorAngleRate extends Object implements IUasDatalinkValue
This is used by Sensor Azimuth Rate, Sensor Elevation Rate, and Sensor Roll Rate (ST 0601 Items 117, 118 and 119).
| Constructor and Description |
|---|
SensorAngleRate(byte[] bytes)
Create from encoded bytes.
|
SensorAngleRate(double rate)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAngleRate()
Get the sensor angle rate.
|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayNamepublic SensorAngleRate(double rate)
rate - Sensor angle rate in degrees per second. Valid range is [-1000,1000]public SensorAngleRate(byte[] bytes)
bytes - IMAPB Encoded byte array, 4 bytes maximumpublic double getAngleRate()
public byte[] getBytes()
IUasDatalinkValuegetBytes in interface IUasDatalinkValuepublic String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValueCopyright © 2022 West Ridge Systems. All rights reserved.