Uses of Class
com.yobotics.simulationconstructionset.util.errorHandling.WalkingStatusReporter.ErrorType

Packages that use WalkingStatusReporter.ErrorType
com.yobotics.simulationconstructionset.util.errorHandling   
 

Uses of WalkingStatusReporter.ErrorType in com.yobotics.simulationconstructionset.util.errorHandling
 

Methods in com.yobotics.simulationconstructionset.util.errorHandling that return WalkingStatusReporter.ErrorType
static WalkingStatusReporter.ErrorType WalkingStatusReporter.ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WalkingStatusReporter.ErrorType[] WalkingStatusReporter.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.yobotics.simulationconstructionset.util.errorHandling with parameters of type WalkingStatusReporter.ErrorType
 boolean WalkingStatusReporter.areAnyErrorsOutOfBounds(WalkingStatusReporter.ErrorType[] errorTypes)
           
 boolean WalkingStatusReporter.isErrorOutOfBounds(WalkingStatusReporter.ErrorType errorType)
           
 void WalkingStatusReporter.setErrorAndBounds(WalkingStatusReporter.ErrorType errorType, DoubleYoVariable error, Pair<java.lang.Double,java.lang.Double> errorBounds)