| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static LblBeacon |
LblBeacon.clone(IMCMessage msg) |
static LblBeacon |
LblBeacon.create(java.lang.Object... values) |
LblBeacon |
LblEstimate.getBeacon() |
LblBeacon |
LblBeacon.setBeacon(java.lang.String beacon) |
LblBeacon |
LblBeacon.setDepth(double depth) |
LblBeacon |
LblBeacon.setLat(double lat) |
LblBeacon |
LblBeacon.setLon(double lon) |
LblBeacon |
LblBeacon.setQueryChannel(short query_channel) |
LblBeacon |
LblBeacon.setReplyChannel(short reply_channel) |
LblBeacon |
LblBeacon.setTransponderDelay(short transponder_delay) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<LblBeacon> |
LblConfig.getBeacons() |
| Modifier and Type | Method and Description |
|---|---|
LblEstimate |
LblEstimate.setBeacon(LblBeacon beacon) |
| Modifier and Type | Method and Description |
|---|---|
LblConfig |
LblConfig.setBeacons(java.util.Collection<LblBeacon> beacons) |
| Constructor and Description |
|---|
LblEstimate(LblBeacon beacon,
float x,
float y,
float var_x,
float var_y,
float distance) |
| Constructor and Description |
|---|
LblConfig(LblConfig.OP op,
java.util.Collection<LblBeacon> beacons) |
| Modifier and Type | Method and Description |
|---|---|
LblBeacon |
ImcSysState.lastLblBeacon()
Retrieve the last
LblBeacon or null if no message of that type was received yet. |
LblBeacon |
ImcSysState.lastLblBeacon(java.lang.String entityName)
Retrieve the last
LblBeacon generated by the given entityName or null if no such message was received yet. |
LblBeacon |
ImcSysState.pollLblBeacon(long timeoutMillis)
Wait and retrieve the next
LblBeacon. |
LblBeacon |
ImcSysState.pollLblBeacon(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
LblBeacon generated by given entity. |