Package trclib.sensor
Interface TrcAnalogSensor.AnalogDataSource
- Enclosing class:
- TrcAnalogSensor
public static interface TrcAnalogSensor.AnalogDataSource
This interface is used by this class to get the analog data from the provider.
-
Method Summary
-
Method Details
-
getData
Double getData()This method returns the raw data from the analog data source.- Returns:
- raw analog data.
-