|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
#include <rotarySensor.hpp>
Public Member Functions | |
| virtual | ~RotarySensor () |
| virtual double | get () const =0 |
| Get the current sensor value. | |
Public Member Functions inherited from okapi::ControllerInput< double > | |
| virtual double | controllerGet ()=0 |
| Get the sensor value for use in a control loop. | |
Definition at line 12 of file rotarySensor.hpp.
|
virtual |
|
pure virtual |
Get the current sensor value.
PROS_ERR on a failure. Implemented in okapi::ADIEncoder, okapi::ADIGyro, okapi::IMU, okapi::IntegratedEncoder, okapi::Potentiometer, and okapi::RotationSensor.