
public class MoveAxisAbsolutePLC extends MsgToPLC
subsystemUUIDMESSAGE_SET_VERSION| Constructor and Description |
|---|
MoveAxisAbsolutePLC(ByteBuffer data)
Reads and converts the PLC form of the message.
|
MoveAxisAbsolutePLC(org.lsst.ccs.subsystem.motorplatform.bus.MoveAxisAbsolute msg)
Constructs using an instance of the motorplatform message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Converts the message fields to PLC form and appends them to a byte buffer.
|
org.lsst.ccs.subsystem.motorplatform.bus.MoveAxisAbsolute |
getStatusBusMessage() |
String |
toString()
Converts the message to a readable string.
|
hasSameIdentgetVersion, messageVersionIsBadpublic MoveAxisAbsolutePLC(org.lsst.ccs.subsystem.motorplatform.bus.MoveAxisAbsolute msg)
msg - Holds the message-specific data.public MoveAxisAbsolutePLC(ByteBuffer data)
data - Holds the PLC message data.public void encode(ByteBuffer data)
PLCMsgpublic org.lsst.ccs.subsystem.motorplatform.bus.MoveAxisAbsolute getStatusBusMessage()
public String toString()
PLCMsgtoString in class MsgToPLCCopyright © 2019 LSST. All rights reserved.