public class GroundVelocity extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
static short |
VAL_VEL_X |
static short |
VAL_VEL_Y |
static short |
VAL_VEL_Z |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
GroundVelocity() |
GroundVelocity(IMCDefinition defs) |
GroundVelocity(IMCMessage msg) |
GroundVelocity(short validity,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
static GroundVelocity |
clone(IMCMessage msg) |
static GroundVelocity |
create(java.lang.Object... values) |
short |
getValidity() |
double |
getX() |
double |
getY() |
double |
getZ() |
GroundVelocity |
setValidity(short validity) |
GroundVelocity |
setX(double x) |
GroundVelocity |
setY(double y) |
GroundVelocity |
setZ(double z) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseJson, parseXml, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validate
public static final short VAL_VEL_X
public static final short VAL_VEL_Y
public static final short VAL_VEL_Z
public static final int ID_STATIC
public GroundVelocity()
public GroundVelocity(IMCMessage msg)
public GroundVelocity(IMCDefinition defs)
public GroundVelocity(short validity, double x, double y, double z)
public static GroundVelocity create(java.lang.Object... values)
public static GroundVelocity clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public short getValidity()
public GroundVelocity setValidity(short validity)
validity
- Validity (bitfield)public double getX()
public GroundVelocity setX(double x)
x
- X (m/s)public double getY()
public GroundVelocity setY(double y)
y
- Y (m/s)public double getZ()
public GroundVelocity setZ(double z)
z
- Z (m/s)