| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static LblBeacon |
LblBeacon.clone(IMCMessage msg) |
static LblBeacon |
LblBeacon.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<LblBeacon> |
LblConfig.getBeacons() |
| Modifier and Type | Method and Description |
|---|---|
void |
LblConfig.setBeacons(java.util.Collection<LblBeacon> beacons) |
| Constructor and Description |
|---|
LblConfig(short 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. |