public class UsblAngles extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
UsblAngles() |
UsblAngles(IMCDefinition defs) |
UsblAngles(IMCMessage msg) |
UsblAngles(int target,
float bearing,
float elevation) |
Modifier and Type | Method and Description |
---|---|
static UsblAngles |
clone(IMCMessage msg) |
static UsblAngles |
create(java.lang.Object... values) |
double |
getBearing() |
double |
getElevation() |
int |
getTarget() |
UsblAngles |
setBearing(double bearing) |
UsblAngles |
setElevation(double elevation) |
UsblAngles |
setTarget(int target) |
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 UsblAngles()
public UsblAngles(IMCMessage msg)
public UsblAngles(IMCDefinition defs)
public UsblAngles(int target, float bearing, float elevation)
public static UsblAngles create(java.lang.Object... values)
public static UsblAngles clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public int getTarget()
public UsblAngles setTarget(int target)
target
- Targetpublic double getBearing()
public UsblAngles setBearing(double bearing)
bearing
- Bearing (rad)public double getElevation()
public UsblAngles setElevation(double elevation)
elevation
- Elevation (rad)