|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
#include <controllerInput.hpp>
Public Member Functions | |
| virtual T | controllerGet ()=0 |
| Get the sensor value for use in a control loop. | |
Definition at line 9 of file controllerInput.hpp.
|
pure virtual |
Get the sensor value for use in a control loop.
This method might be automatically called in another thread by the controller.
PROS_ERR on a failure. Implemented in okapi::OffsetableControllerInput, okapi::AbstractButton, okapi::FilteredControllerInput< InputType, FilterType >, okapi::ADIUltrasonic, okapi::DistanceSensor, okapi::OpticalSensor, okapi::ADIEncoder, okapi::ADIGyro, okapi::IMU, okapi::IntegratedEncoder, okapi::Potentiometer, and okapi::RotationSensor.