public class VehicleFormationParticipant extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
VehicleFormationParticipant() |
VehicleFormationParticipant(IMCDefinition defs) |
VehicleFormationParticipant(IMCMessage msg) |
VehicleFormationParticipant(int vid,
float off_x,
float off_y,
float off_z) |
Modifier and Type | Method and Description |
---|---|
static VehicleFormationParticipant |
clone(IMCMessage msg) |
static VehicleFormationParticipant |
create(java.lang.Object... values) |
double |
getOffX() |
double |
getOffY() |
double |
getOffZ() |
int |
getVid() |
VehicleFormationParticipant |
setOffX(double off_x) |
VehicleFormationParticipant |
setOffY(double off_y) |
VehicleFormationParticipant |
setOffZ(double off_z) |
VehicleFormationParticipant |
setVid(int vid) |
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 VehicleFormationParticipant()
public VehicleFormationParticipant(IMCMessage msg)
public VehicleFormationParticipant(IMCDefinition defs)
public VehicleFormationParticipant(int vid, float off_x, float off_y, float off_z)
public static VehicleFormationParticipant create(java.lang.Object... values)
public static VehicleFormationParticipant clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public int getVid()
public VehicleFormationParticipant setVid(int vid)
vid
- ID (IMC address)public double getOffX()
public VehicleFormationParticipant setOffX(double off_x)
off_x
- Formation offset -- Along-track (m)public double getOffY()
public VehicleFormationParticipant setOffY(double off_y)
off_y
- Formation offset -- Cross-track (m)public double getOffZ()
public VehicleFormationParticipant setOffZ(double off_z)
off_z
- Formation offset -- Depth/Altitude (m)