Uses of Class
org.mechio.impl.motion.messaging.JointPositionRecord

Packages that use JointPositionRecord
org.mechio.impl.motion.messaging   
 

Uses of JointPositionRecord in org.mechio.impl.motion.messaging
 

Fields in org.mechio.impl.motion.messaging with type parameters of type JointPositionRecord
 java.util.List<JointPositionRecord> RobotPositionMapRecord.jointPositions
          Deprecated. 
 

Methods in org.mechio.impl.motion.messaging that return JointPositionRecord
 JointPositionRecord JointPositionRecord.Builder.build()
           
 

Methods in org.mechio.impl.motion.messaging that return types with arguments of type JointPositionRecord
 java.util.List<JointPositionRecord> RobotPositionMapRecord.getJointPositions()
          Gets the value of the 'jointPositions' field.
 java.util.List<JointPositionRecord> RobotPositionMapRecord.Builder.getJointPositions()
          Gets the value of the 'jointPositions' field
 

Methods in org.mechio.impl.motion.messaging with parameters of type JointPositionRecord
static JointPositionRecord.Builder JointPositionRecord.newBuilder(JointPositionRecord other)
          Creates a new JointPositionRecord RecordBuilder by copying an existing JointPositionRecord instance
 

Method parameters in org.mechio.impl.motion.messaging with type arguments of type JointPositionRecord
 void RobotPositionMapRecord.setJointPositions(java.util.List<JointPositionRecord> value)
          Sets the value of the 'jointPositions' field.
 RobotPositionMapRecord.Builder RobotPositionMapRecord.Builder.setJointPositions(java.util.List<JointPositionRecord> value)
          Sets the value of the 'jointPositions' field
 



Copyright © 2011-2014. All Rights Reserved.