
public class DisableAllAxesPLC extends MsgToPLC
subsystemUUIDMESSAGE_SET_VERSION| Constructor and Description |
|---|
DisableAllAxesPLC(ByteBuffer data)
Reads and converts the form of the message.
|
DisableAllAxesPLC(org.lsst.ccs.subsystem.motorplatform.bus.DisableAllAxes 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.
|
String |
toString()
Converts the message to a readable string.
|
hasSameIdentgetVersion, messageVersionIsBadpublic DisableAllAxesPLC(org.lsst.ccs.subsystem.motorplatform.bus.DisableAllAxes msg)
msg - Holds the message-specific data.public DisableAllAxesPLC(ByteBuffer data)
data - Holds the PLC message data.public void encode(ByteBuffer data)
PLCMsgpublic String toString()
PLCMsgtoString in class MsgToPLCCopyright © 2022 LSST. All rights reserved.