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

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

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

Fields in org.mechio.impl.motion.messaging declared as MotionFrameRecord
 MotionFrameRecord MotionFrameEventRecord.motionFrame
          Deprecated. 
 

Methods in org.mechio.impl.motion.messaging that return MotionFrameRecord
 MotionFrameRecord MotionFrameRecord.Builder.build()
           
 MotionFrameRecord MotionFrameEventRecord.getMotionFrame()
          Gets the value of the 'motionFrame' field.
 MotionFrameRecord MotionFrameEventRecord.Builder.getMotionFrame()
          Gets the value of the 'motionFrame' field
static MotionFrameRecord MotionMessagingUtils.packMotionFrame(MotionFrame<Robot.RobotPositionMap> frame)
           
 

Methods in org.mechio.impl.motion.messaging with parameters of type MotionFrameRecord
static MotionFrameRecord.Builder MotionFrameRecord.newBuilder(MotionFrameRecord other)
          Creates a new MotionFrameRecord RecordBuilder by copying an existing MotionFrameRecord instance
 void MotionFrameEventRecord.setMotionFrame(MotionFrameRecord value)
          Sets the value of the 'motionFrame' field.
 MotionFrameEventRecord.Builder MotionFrameEventRecord.Builder.setMotionFrame(MotionFrameRecord value)
          Sets the value of the 'motionFrame' field
static MotionFrame MotionMessagingUtils.unpackMotionFrame(MotionFrameRecord frameRec)
           
 



Copyright © 2011-2014. All Rights Reserved.