public class AngularVelocity extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
AngularVelocity() |
AngularVelocity(double time,
double x,
double y,
double z) |
AngularVelocity(IMCDefinition defs) |
AngularVelocity(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static AngularVelocity |
clone(IMCMessage msg) |
static AngularVelocity |
create(java.lang.Object... values) |
double |
getTime() |
double |
getX() |
double |
getY() |
double |
getZ() |
AngularVelocity |
setTime(double time) |
AngularVelocity |
setX(double x) |
AngularVelocity |
setY(double y) |
AngularVelocity |
setZ(double z) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, copyToClipoard, 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, makeImmutable, parseJson, parseXml, pasteFromClipoard, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toByteArray, toByteArray, toString, validatepublic static final int ID_STATIC
public AngularVelocity()
public AngularVelocity(IMCMessage msg)
public AngularVelocity(IMCDefinition defs)
public AngularVelocity(double time,
double x,
double y,
double z)
public static AngularVelocity create(java.lang.Object... values)
public static AngularVelocity clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getTime()
public AngularVelocity setTime(double time)
time - Device Time (s)public double getX()
public AngularVelocity setX(double x)
x - X (rad/s)public double getY()
public AngularVelocity setY(double y)
y - Y (rad/s)public double getZ()
public AngularVelocity setZ(double z)
z - Z (rad/s)