Interface AngleMeasurementListener

All Known Implementing Classes:
AngleCalibrationDialog, AngleProcess, FluxgateWorldDialog

public interface AngleMeasurementListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newAngle(Double rawAngle, Double calibratedAngle, Double correctedAngle)
     
  • Method Details

    • newAngle

      void newAngle(Double rawAngle, Double calibratedAngle, Double correctedAngle)