| Package | Description |
|---|---|
| org.mechio.impl.motion.messaging |
| Modifier and Type | Field and Description |
|---|---|
JointIdRecord |
JointPositionRecord.jointId
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JointIdRecord |
JointIdRecord.Builder.build() |
JointIdRecord |
JointPositionRecord.getJointId()
Gets the value of the 'jointId' field.
|
JointIdRecord |
JointPositionRecord.Builder.getJointId()
Gets the value of the 'jointId' field
|
static JointIdRecord |
MotionMessagingUtils.packJointId(Robot.JointId jointId) |
| Modifier and Type | Method and Description |
|---|---|
static JointIdRecord.Builder |
JointIdRecord.newBuilder(JointIdRecord other)
Creates a new JointIdRecord RecordBuilder by copying an existing JointIdRecord instance
|
void |
JointPositionRecord.setJointId(JointIdRecord value)
Sets the value of the 'jointId' field.
|
JointPositionRecord.Builder |
JointPositionRecord.Builder.setJointId(JointIdRecord value)
Sets the value of the 'jointId' field
|
static Robot.JointId |
MotionMessagingUtils.unpackJointId(JointIdRecord jointIdRec) |
Copyright © 2011-2014. All Rights Reserved.