public class MotionDonePLC extends MsgToCCS
MotionDoneMotionDoneMESSAGE_SET_VERSION| Constructor and Description |
|---|
MotionDonePLC(ByteBuffer data)
Reads and converts the PLC form of the message.
|
MotionDonePLC(int sequence,
MotionDone motion)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Puts the sequence number into a data buffer.
|
MotionDone |
getStatusBusMessage()
Returns the internal
MotionDone instance. |
String |
toString()
Creates a string of the form 'MotionDonePLC{MsgToCCS={...} motion=MotionDone{...}}'
|
getVersion, messageVersionIsBadpublic MotionDonePLC(int sequence,
MotionDone motion)
sequence - A message sequence number.motion - A reference of MotionDone which this object will own.public MotionDonePLC(ByteBuffer data)
data - The PLC message data.public void encode(ByteBuffer data)
MsgToCCSpublic String toString()
public MotionDone getStatusBusMessage()
MotionDone instance.MotionDone instance.Copyright © 2023 LSST. All rights reserved.