public class SetThrusterActuation extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
SetThrusterActuation() |
SetThrusterActuation(IMCDefinition defs) |
SetThrusterActuation(IMCMessage msg) |
SetThrusterActuation(short id,
float value) |
| Modifier and Type | Method and Description |
|---|---|
static SetThrusterActuation |
clone(IMCMessage msg) |
static SetThrusterActuation |
create(java.lang.Object... values) |
short |
getId() |
double |
getValue() |
SetThrusterActuation |
setId(short id) |
SetThrusterActuation |
setValue(double value) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, 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, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public SetThrusterActuation()
public SetThrusterActuation(IMCMessage msg)
public SetThrusterActuation(IMCDefinition defs)
public SetThrusterActuation(short id,
float value)
public static SetThrusterActuation create(java.lang.Object... values)
public static SetThrusterActuation clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic short getId()
public double getValue()
public SetThrusterActuation setId(short id)
id - Thruster Numberpublic SetThrusterActuation setValue(double value)
value - Actuation Value