diff --git a/index-all.html b/index-all.html index 8aa7f30d..f51855b3 100644 --- a/index-all.html +++ b/index-all.html @@ -2323,6 +2323,8 @@
boolean
boolean
setForwardLimitSwitch(com.revrobotics.SparkLimitSwitch.Type switchType,
boolean enabled)
com.revrobotics.REVLibError
setI(double gain)
void
setForwardLimitSwitchStateForTesting(boolean pressed)
com.revrobotics.REVLibError
setI(double gain,
- int slotID)
setI(double gain)
com.revrobotics.REVLibError
setIAccum(double iAccum)
setI(double gain,
+ int slotID)
com.revrobotics.REVLibError
setIdleMode(com.revrobotics.CANSparkBase.IdleMode mode)
setIAccum(double iAccum)
com.revrobotics.REVLibError
setIdleMode(com.revrobotics.CANSparkBase.IdleMode mode)
com.revrobotics.REVLibError
setIMaxAccum(double iMaxAccum,
+com.revrobotics.REVLibError
+setIMaxAccum(double iMaxAccum,
int slotID)
-
-void
-setInverted(boolean isInverted)
-
+
+void
+setInverted(boolean isInverted)
+
Common interface for inverting direction of a speed controller.
-com.revrobotics.REVLibError
-setIZone(double IZone)
-
com.revrobotics.REVLibError
-setIZone(double IZone,
- int slotID)
+setIZone(double IZone)
com.revrobotics.REVLibError
-setMeasurementPeriod(int period_us)
+setIZone(double IZone,
+ int slotID)
com.revrobotics.REVLibError
-setOpenLoopRampRate(double rate)
-
+setMeasurementPeriod(int period_us)
+
+com.revrobotics.REVLibError
+setOpenLoopRampRate(double rate)
+
Sets the ramp rate for open loop control modes.
-com.revrobotics.REVLibError
-setOutputRange(double min,
- double max)
-
com.revrobotics.REVLibError
-setOutputRange(double min,
- double max,
- int slotID)
+setOutputRange(double min,
+ double max)
com.revrobotics.REVLibError
-setP(double gain)
+setOutputRange(double min,
+ double max,
+ int slotID)
com.revrobotics.REVLibError
-setP(double gain,
- int slotID)
+setP(double gain)
com.revrobotics.REVLibError
-setPeriodicFramePeriod(com.revrobotics.CANSparkLowLevel.PeriodicFrame frame,
- int periodMs)
+setP(double gain,
+ int slotID)
com.revrobotics.REVLibError
-setPosition(double position)
+setPeriodicFramePeriod(com.revrobotics.CANSparkLowLevel.PeriodicFrame frame,
+ int periodMs)
com.revrobotics.REVLibError
-setPositionConversionFactor(double factor)
+setPosition(double position)
com.revrobotics.REVLibError
-setReference(double value,
- com.revrobotics.CANSparkBase.ControlType ctrl)
+setPositionConversionFactor(double factor)
com.revrobotics.REVLibError
-setReference(double value,
- com.revrobotics.CANSparkBase.ControlType ctrl,
- int pidSlot)
+setReference(double value,
+ com.revrobotics.CANSparkBase.ControlType ctrl)
com.revrobotics.REVLibError
-setReference(double value,
+setReference(double value,
com.revrobotics.CANSparkBase.ControlType ctrl,
- int pidSlot,
- double arbFeedforward)
+ int pidSlot)
com.revrobotics.REVLibError
-setReference(double value,
+setReference(double value,
+ com.revrobotics.CANSparkBase.ControlType ctrl,
+ int pidSlot,
+ double arbFeedforward)
+
+com.revrobotics.REVLibError
+setReference(double value,
com.revrobotics.CANSparkBase.ControlType ctrl,
int pidSlot,
double arbFeedforward,
com.revrobotics.SparkPIDController.ArbFFUnits arbFFUnits)
+
+void
+setReverseLimitSwitch(com.revrobotics.SparkLimitSwitch.Type switchType,
+ boolean enabled)
void
-setReverseLimitSwitch(com.revrobotics.SparkLimitSwitch.Type switchType,
- boolean enabled)
+setReverseLimitSwitchStateForTesting(boolean pressed)
com.revrobotics.REVLibError
setSecondaryCurrentLimit(double limit)
@@ -647,6 +659,18 @@ internalEncoder
+
+
+forwardLimitSwitchState
+public boolean forwardLimitSwitchState
+
+
+
+
+reverseLimitSwitchState
+public boolean reverseLimitSwitchState
+
+
@@ -2145,6 +2169,18 @@ setReverseLimitSwitch
+
+setForwardLimitSwitchStateForTesting
+public void setForwardLimitSwitchStateForTesting(boolean pressed)
+
+
+
+
+setReverseLimitSwitchStateForTesting
+public void setReverseLimitSwitchStateForTesting(boolean pressed)
+
+
+
getForwardLimitSwitchPressed
public boolean getForwardLimitSwitchPressed(com.revrobotics.SparkLimitSwitch.Type switchType)