public class Teleoperation extends Maneuver
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
Teleoperation() |
Teleoperation(IMCDefinition defs) |
Teleoperation(IMCMessage msg) |
Teleoperation(java.lang.String custom) |
Modifier and Type | Method and Description |
---|---|
static Teleoperation |
clone(IMCMessage msg) |
static Teleoperation |
create(java.lang.Object... values) |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getCustom() |
Teleoperation |
setCustom(java.util.LinkedHashMap<java.lang.String,?> custom) |
Teleoperation |
setCustom(java.lang.String custom) |
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 int ID_STATIC
public Teleoperation()
public Teleoperation(IMCMessage msg)
public Teleoperation(IMCDefinition defs)
public Teleoperation(java.lang.String custom)
public static Teleoperation create(java.lang.Object... values)
public static Teleoperation clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public java.util.LinkedHashMap<java.lang.String,java.lang.String> getCustom()
public Teleoperation setCustom(java.util.LinkedHashMap<java.lang.String,?> custom)
custom
- Custom settings for maneuver (tuplelist)public Teleoperation setCustom(java.lang.String custom)