public class ClearAxisFaultsPLC extends MsgToPLC
subsystemUUIDMESSAGE_SET_VERSION| Constructor and Description |
|---|
ClearAxisFaultsPLC(ByteBuffer data)
Reads and converts the PLC form of the message.
|
ClearAxisFaultsPLC(org.lsst.ccs.subsystem.motorplatform.bus.ClearAxisFaults msg)
Constructs using an instance of the motorplatform ClearAxisFaults 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.
|
String |
toString()
Converts the message to a readable string.
|
hasSameIdentgetVersion, messageVersionIsBadpublic ClearAxisFaultsPLC(org.lsst.ccs.subsystem.motorplatform.bus.ClearAxisFaults msg)
msg - Used to supply the message-specific data.ClearAxisFaultspublic ClearAxisFaultsPLC(ByteBuffer data)
data - The PLC message data buffer.public void encode(ByteBuffer data)
PLCMsgpublic String toString()
PLCMsgtoString in class MsgToPLCCopyright © 2019 LSST. All rights reserved.