public class LblEstimate extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
LblEstimate() |
LblEstimate(IMCDefinition defs) |
LblEstimate(IMCMessage msg) |
LblEstimate(LblBeacon beacon,
float x,
float y,
float var_x,
float var_y,
float distance) |
Modifier and Type | Method and Description |
---|---|
static LblEstimate |
clone(IMCMessage msg) |
static LblEstimate |
create(java.lang.Object... values) |
LblBeacon |
getBeacon() |
double |
getDistance() |
double |
getVarX() |
double |
getVarY() |
double |
getX() |
double |
getY() |
LblEstimate |
setBeacon(LblBeacon beacon) |
LblEstimate |
setDistance(double distance) |
LblEstimate |
setVarX(double var_x) |
LblEstimate |
setVarY(double var_y) |
LblEstimate |
setX(double x) |
LblEstimate |
setY(double y) |
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 LblEstimate()
public LblEstimate(IMCMessage msg)
public LblEstimate(IMCDefinition defs)
public LblEstimate(LblBeacon beacon, float x, float y, float var_x, float var_y, float distance)
public static LblEstimate create(java.lang.Object... values)
public static LblEstimate clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public LblBeacon getBeacon()
public LblEstimate setBeacon(LblBeacon beacon)
beacon
- LBL Beacon Configurationpublic double getX()
public LblEstimate setX(double x)
x
- North position (m)public double getY()
public LblEstimate setY(double y)
y
- East position (m)public double getVarX()
public LblEstimate setVarX(double var_x)
var_x
- North position variance (m)public double getVarY()
public LblEstimate setVarY(double var_y)
var_y
- East position variance (m)public double getDistance()
public LblEstimate setDistance(double distance)
distance
- Distance (m)