Uses of Class
org.robokind.impl.motion.dynamixel.enums.Register

Packages that use Register
org.robokind.impl.motion.dynamixel   
org.robokind.impl.motion.dynamixel.enums   
 

Uses of Register in org.robokind.impl.motion.dynamixel
 

Methods in org.robokind.impl.motion.dynamixel with parameters of type Register
 Integer DynamixelServo.get(Register reg)
          Returns the value at the given register.
protected  Integer DynamixelServo.GetRegisterValue(Register reg)
           
static int[][] DynamixelMultiReader.parsePackets(DynamixelPacket[] packets, Register regFirst, Register regLast, byte byteCount)
           
protected  void DynamixelServo.put(Register reg, Integer value)
          Sets the value of a given register.
 int DynamixelController.readRegister(DynamixelServo.Id id, Register reg)
          Reads the Register value from the DynamixelServo with the given physical id.
static int[] DynamixelCommandSender.readRegisters(DynamixelControlLoop controlLoop, DynamixelServo.Id id, Register first, Register last, long timeout)
           
 int[] DynamixelController.readRegisters(DynamixelServo.Id id, Register regFirst, Register regLast)
          Reads the values from the Register range specified by regFirst and regLast for the DynamixelServo with the given physical id.
protected  void DynamixelServo.SetRegisterValue(Register reg, Integer value)
          Sets the value for the given Register.
static boolean DynamixelCommandSender.writeRegister(DynamixelControlLoop controlLoop, DynamixelServo.Id id, Register reg, Integer value, long timeout)
           
protected  boolean DynamixelController.writeRegister(DynamixelServo.Id id, Register reg, Integer value, Boolean deferred)
          Write a value to the given register for the given DynamixelServo.
 

Uses of Register in org.robokind.impl.motion.dynamixel.enums
 

Methods in org.robokind.impl.motion.dynamixel.enums that return Register
static Register Register.get(byte b)
          Returns the Register value with the given address.
static Register Register.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Register[] Register.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2013. All Rights Reserved.