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