public class Reset extends MsgToPLC
subsystemUUIDMESSAGE_SET_VERSION| Constructor and Description |
|---|
Reset(ByteBuffer data)
Reads and converts the PLC form of the message.
|
Reset(double maxStrokeSpeed)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Converts the message fields to PLC form and appends them to a byte buffer.
|
double |
getMaxStrokeSpeed() |
String |
toString()
Converts the message to a readable string.
|
hasSameIdentgetVersion, messageVersionIsBadpublic Reset(double maxStrokeSpeed)
maxStrokeSpeed - The maximum speed, in mm/sec, that a blade set will attain
during a stroke.public Reset(ByteBuffer data)
data - Holds the PLC message data.public void encode(ByteBuffer data)
PLCMsgpublic double getMaxStrokeSpeed()
public String toString()
PLCMsgtoString in class MsgToPLCCopyright © 2024 LSST. All rights reserved.