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

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

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

Methods in org.robokind.impl.motion.dynamixel that return ErrorStatus
 ErrorStatus DynamixelServo.getAlarmLed()
          Returns the ErrorStatus which triggers the Alarm LED.
 ErrorStatus DynamixelServo.getAlarmShutdown()
          Returns the ErrorStatus which triggers a servo shutdown.
 

Methods in org.robokind.impl.motion.dynamixel that return types with arguments of type ErrorStatus
 List<ErrorStatus> DynamixelPacket.getErrors()
           
 

Methods in org.robokind.impl.motion.dynamixel with parameters of type ErrorStatus
 void DynamixelServo.setAlarmLed(ErrorStatus value)
          Sets the ErrorStatus which triggers the Alarm LED.
 void DynamixelServo.setAlarmShutdown(ErrorStatus value)
          Sets the ErrorStatus which triggers a servo shutdown.
 

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

Methods in org.robokind.impl.motion.dynamixel.enums that return ErrorStatus
static ErrorStatus ErrorStatus.getStatus(int b)
          Returns the first ErrorStatus flag contained in the int.
static ErrorStatus ErrorStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorStatus[] ErrorStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.robokind.impl.motion.dynamixel.enums that return types with arguments of type ErrorStatus
static List<ErrorStatus> ErrorStatus.getStatusList(int b)
          Returns a list of ErrorStatuses represented by the flags joint in the given int.
 



Copyright © 2011-2013. All Rights Reserved.