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