Package yams.telemetry
Enum Class SmartMotorControllerTelemetry.BooleanTelemetryField
java.lang.Object
java.lang.Enum<SmartMotorControllerTelemetry.BooleanTelemetryField>
yams.telemetry.SmartMotorControllerTelemetry.BooleanTelemetryField
- All Implemented Interfaces:
Serializable,Comparable<SmartMotorControllerTelemetry.BooleanTelemetryField>,Constable
- Enclosing class:
- SmartMotorControllerTelemetry
public static enum SmartMotorControllerTelemetry.BooleanTelemetryField
extends Enum<SmartMotorControllerTelemetry.BooleanTelemetryField>
Boolean telemetry for
SmartMotorControllers-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionArm feedforward currently getting used.Elevator feedforward currently getting used.Encoder inversion.Mechanism lower limit.Mechanism upper limitMotion profile currently getting used.Motor inversion.Simple motor feedforward currently getting used.Temperature limit if available.Velocity control currently getting used. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create aBooleanTelemetryobject for non-static usage.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MechanismUpperLimit
Mechanism upper limit -
MechanismLowerLimit
Mechanism lower limit. -
TemperatureLimit
Temperature limit if available. -
VelocityControl
Velocity control currently getting used. -
ElevatorFeedForward
Elevator feedforward currently getting used. -
ArmFeedForward
Arm feedforward currently getting used. -
SimpleMotorFeedForward
Simple motor feedforward currently getting used. -
MotionProfile
Motion profile currently getting used. -
MotorInversion
Motor inversion. -
EncoderInversion
Encoder inversion.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
create
Create aBooleanTelemetryobject for non-static usage.- Returns:
BooleanTelemetry
-