Package com.revrobotics
Class CANSparkMaxLowLevel.PeriodicStatus0
- java.lang.Object
-
- com.revrobotics.CANSparkMaxLowLevel.PeriodicStatus0
-
- Enclosing class:
- CANSparkMaxLowLevel
@Deprecated(forRemoval=true) public class CANSparkMaxLowLevel.PeriodicStatus0 extends java.lang.Object
Deprecated, for removal: This API element is subject to removal in a future version.UseCANSparkLowLevel.PeriodicStatus0
instead
-
-
Field Summary
Fields Modifier and Type Field Description double
appliedOutput
Deprecated, for removal: This API element is subject to removal in a future version.short
faults
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isFollower
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isInverted
Deprecated, for removal: This API element is subject to removal in a future version.byte
lock
Deprecated, for removal: This API element is subject to removal in a future version.CANSparkMaxLowLevel.MotorType
motorType
Deprecated, for removal: This API element is subject to removal in a future version.boolean
roboRIO
Deprecated, for removal: This API element is subject to removal in a future version.short
stickyFaults
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description PeriodicStatus0()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
appliedOutput
public double appliedOutput
Deprecated, for removal: This API element is subject to removal in a future version.
-
faults
public short faults
Deprecated, for removal: This API element is subject to removal in a future version.
-
stickyFaults
public short stickyFaults
Deprecated, for removal: This API element is subject to removal in a future version.
-
lock
public byte lock
Deprecated, for removal: This API element is subject to removal in a future version.
-
motorType
public CANSparkMaxLowLevel.MotorType motorType
Deprecated, for removal: This API element is subject to removal in a future version.
-
isFollower
public boolean isFollower
Deprecated, for removal: This API element is subject to removal in a future version.
-
isInverted
public boolean isInverted
Deprecated, for removal: This API element is subject to removal in a future version.
-
roboRIO
public boolean roboRIO
Deprecated, for removal: This API element is subject to removal in a future version.
-
-