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

Packages that use SynchronizedJointConfigRecord
org.mechio.impl.motion.messaging   
org.mechio.impl.motion.sync   
 

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

Fields in org.mechio.impl.motion.messaging with type parameters of type SynchronizedJointConfigRecord
 java.util.List<SynchronizedJointConfigRecord> SynchronizedRobotConfigRecord.joints
          Deprecated. 
 

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

Methods in org.mechio.impl.motion.messaging that return types with arguments of type SynchronizedJointConfigRecord
 java.util.List<SynchronizedJointConfigRecord> SynchronizedRobotConfigRecord.getJoints()
          Gets the value of the 'joints' field.
 java.util.List<SynchronizedJointConfigRecord> SynchronizedRobotConfigRecord.Builder.getJoints()
          Gets the value of the 'joints' field
 

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

Method parameters in org.mechio.impl.motion.messaging with type arguments of type SynchronizedJointConfigRecord
 void SynchronizedRobotConfigRecord.setJoints(java.util.List<SynchronizedJointConfigRecord> value)
          Sets the value of the 'joints' field.
 SynchronizedRobotConfigRecord.Builder SynchronizedRobotConfigRecord.Builder.setJoints(java.util.List<SynchronizedJointConfigRecord> value)
          Sets the value of the 'joints' field
 

Uses of SynchronizedJointConfigRecord in org.mechio.impl.motion.sync
 

Methods in org.mechio.impl.motion.sync that return SynchronizedJointConfigRecord
 SynchronizedJointConfigRecord PortableSynchronizedJointConfig.getRecord()
           
 

Constructors in org.mechio.impl.motion.sync with parameters of type SynchronizedJointConfigRecord
PortableSynchronizedJointConfig(SynchronizedJointConfigRecord record)
           
 



Copyright © 2011-2014. All Rights Reserved.