| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static LogBookEntry |
LogBookEntry.clone(IMCMessage msg) |
static LogBookEntry |
LogBookEntry.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<LogBookEntry> |
LogBookControl.getMsg() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogBookControl.setMsg(java.util.Collection<LogBookEntry> msg) |
| Constructor and Description |
|---|
LogBookControl(short command,
double htime,
java.util.Collection<LogBookEntry> msg) |
| Modifier and Type | Method and Description |
|---|---|
LogBookEntry |
ImcSysState.lastLogBookEntry()
Retrieve the last
LogBookEntry or null if no message of that type was received yet. |
LogBookEntry |
ImcSysState.lastLogBookEntry(java.lang.String entityName)
Retrieve the last
LogBookEntry generated by the given entityName or null if no such message was received yet. |
LogBookEntry |
ImcSysState.pollLogBookEntry(long timeoutMillis)
Wait and retrieve the next
LogBookEntry. |
LogBookEntry |
ImcSysState.pollLogBookEntry(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
LogBookEntry generated by given entity. |