public class ControlParcel extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
ControlParcel() |
ControlParcel(float p,
float i,
float d,
float a) |
ControlParcel(IMCDefinition defs) |
ControlParcel(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static ControlParcel |
clone(IMCMessage msg) |
static ControlParcel |
create(java.lang.Object... values) |
double |
getA() |
double |
getD() |
double |
getI() |
double |
getP() |
ControlParcel |
setA(double a) |
ControlParcel |
setD(double d) |
ControlParcel |
setI(double i) |
ControlParcel |
setP(double p) |
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, validatepublic static final int ID_STATIC
public ControlParcel()
public ControlParcel(IMCMessage msg)
public ControlParcel(IMCDefinition defs)
public ControlParcel(float p,
float i,
float d,
float a)
public static ControlParcel create(java.lang.Object... values)
public static ControlParcel clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getP()
public ControlParcel setP(double p)
p - Proportional Parcelpublic double getI()
public ControlParcel setI(double i)
i - Integrative Parcelpublic double getD()
public ControlParcel setD(double d)
d - Derivative Parcelpublic double getA()
public ControlParcel setA(double a)
a - Anti-Windup Parcel