Package trclib.sensor

Class TrcTriggerThresholdZones.CallbackContext

java.lang.Object
trclib.sensor.TrcTriggerThresholdZones.CallbackContext
Enclosing class:
TrcTriggerThresholdZones

public static class TrcTriggerThresholdZones.CallbackContext extends Object
This class encapsulates all the info for the the trigger event callback.
  • Field Details

    • sensorValue

      public double sensorValue
    • prevZone

      public int prevZone
    • currZone

      public int currZone
  • Constructor Details

    • CallbackContext

      public CallbackContext()
  • Method Details