Uses of Interface
org.yamcs.xtce.Calibrator
Packages that use Calibrator
-
Uses of Calibrator in org.yamcs.xtce
Classes in org.yamcs.xtce that implement CalibratorModifier and TypeClassDescriptionclassclassclassA calibration type where a curve in a raw vs calibrated plane is described using a set of polynomial coefficients.classA calibration type where a segmented line in a raw vs calibrated plane is described using a set of points.Methods in org.yamcs.xtce that return CalibratorModifier and TypeMethodDescriptionContextCalibrator.getCalibrator()FloatDataEncoding.getDefaultCalibrator()IntegerDataEncoding.getDefaultCalibrator()NumericDataEncoding.getDefaultCalibrator()Methods in org.yamcs.xtce with parameters of type CalibratorModifier and TypeMethodDescriptionvoidContextCalibrator.setCalibrator(Calibrator calibrator) FloatDataEncoding.Builder.setDefaultCalibrator(Calibrator calibrator) voidFloatDataEncoding.setDefaultCalibrator(Calibrator calibrator) IntegerDataEncoding.Builder.setDefaultCalibrator(Calibrator defaultCalibrator) voidIntegerDataEncoding.setDefaultCalibrator(Calibrator calibrator) NumericDataEncoding.Builder.setDefaultCalibrator(Calibrator defaultCalibrator) voidNumericDataEncoding.setDefaultCalibrator(Calibrator calibrator) Constructors in org.yamcs.xtce with parameters of type Calibrator