| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static IridiumMsgRx |
IridiumMsgRx.clone(IMCMessage msg) |
static IridiumMsgRx |
IridiumMsgRx.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
IridiumMsgRx |
ImcSysState.lastIridiumMsgRx()
Retrieve the last
IridiumMsgRx or null if no message of that type was received yet. |
IridiumMsgRx |
ImcSysState.lastIridiumMsgRx(java.lang.String entityName)
Retrieve the last
IridiumMsgRx generated by the given entityName or null if no such message was received yet. |
IridiumMsgRx |
ImcSysState.pollIridiumMsgRx(long timeoutMillis)
Wait and retrieve the next
IridiumMsgRx. |
IridiumMsgRx |
ImcSysState.pollIridiumMsgRx(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
IridiumMsgRx generated by given entity. |