Uses of Class
org.robokind.avrogen.motion.RobotPositionMapRecord

Uses of RobotPositionMapRecord in org.robokind.avrogen.motion
 

Fields in org.robokind.avrogen.motion declared as RobotPositionMapRecord
 RobotPositionMapRecord MotionFrameRecord.goalPositions
          Deprecated. 
 RobotPositionMapRecord RobotPositionResponseRecord.positionResponse
          Deprecated. 
 RobotPositionMapRecord MotionFrameRecord.startPositions
          Deprecated. 
 

Methods in org.robokind.avrogen.motion that return RobotPositionMapRecord
 RobotPositionMapRecord RobotPositionMapRecord.Builder.build()
           
 RobotPositionMapRecord MotionFrameRecord.getGoalPositions()
          Gets the value of the 'goalPositions' field.
 RobotPositionMapRecord MotionFrameRecord.Builder.getGoalPositions()
          Gets the value of the 'goalPositions' field
 RobotPositionMapRecord RobotPositionResponseRecord.getPositionResponse()
          Gets the value of the 'positionResponse' field.
 RobotPositionMapRecord RobotPositionResponseRecord.Builder.getPositionResponse()
          Gets the value of the 'positionResponse' field
 RobotPositionMapRecord MotionFrameRecord.getStartPositions()
          Gets the value of the 'startPositions' field.
 RobotPositionMapRecord MotionFrameRecord.Builder.getStartPositions()
          Gets the value of the 'startPositions' field
 

Methods in org.robokind.avrogen.motion with parameters of type RobotPositionMapRecord
static RobotPositionMapRecord.Builder RobotPositionMapRecord.newBuilder(RobotPositionMapRecord other)
          Creates a new RobotPositionMapRecord RecordBuilder by copying an existing RobotPositionMapRecord instance
 void MotionFrameRecord.setGoalPositions(RobotPositionMapRecord value)
          Sets the value of the 'goalPositions' field.
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setGoalPositions(RobotPositionMapRecord value)
          Sets the value of the 'goalPositions' field
 void RobotPositionResponseRecord.setPositionResponse(RobotPositionMapRecord value)
          Sets the value of the 'positionResponse' field.
 RobotPositionResponseRecord.Builder RobotPositionResponseRecord.Builder.setPositionResponse(RobotPositionMapRecord value)
          Sets the value of the 'positionResponse' field
 void MotionFrameRecord.setStartPositions(RobotPositionMapRecord value)
          Sets the value of the 'startPositions' field.
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setStartPositions(RobotPositionMapRecord value)
          Sets the value of the 'startPositions' field
 



Copyright © 2011-2013. All Rights Reserved.