#include <SparkRelativeEncoder.h>
Inherits rev::RelativeEncoder.
Get an instance of this class by using SparkBase::GetEncoder() or SparkBase::GetEncoder(SparkRelativeEncoder::Type, int).
◆ SparkRelativeEncoder() [1/2]
◆ SparkRelativeEncoder() [2/2]
◆ ~SparkRelativeEncoder()
rev::spark::SparkRelativeEncoder::~SparkRelativeEncoder |
( |
| ) |
|
|
overridedefault |
◆ operator=()
◆ GetPosition()
double SparkRelativeEncoder::GetPosition |
( |
| ) |
const |
|
overridevirtual |
Get the position of the motor. This returns the native units of 'rotations' by default, and can be changed by a scale factor using setPositionConversionFactor().
- Returns
- Number of rotations of the motor
Implements rev::RelativeEncoder.
◆ GetVelocity()
double SparkRelativeEncoder::GetVelocity |
( |
| ) |
const |
|
overridevirtual |
Get the velocity of the motor. This returns the native units of 'RPM' by default, and can be changed by a scale factor using setVelocityConversionFactor().
- Returns
- Number the RPM of the motor
Implements rev::RelativeEncoder.
◆ SetPosition()
◆ SparkBase
The documentation for this class was generated from the following files: