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

    Modifier and Type
    Method
    Description
    This method returns the raw data from the analog data source.
  • Method Details

    • getData

      Double getData()
      This method returns the raw data from the analog data source.
      Returns:
      raw analog data.