Uses of Class
org.yamcs.xtce.ContextCalibrator
Packages that use ContextCalibrator
-
Uses of ContextCalibrator in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type ContextCalibratorModifier and TypeMethodDescriptionFloatDataEncoding.getContextCalibratorList()IntegerDataEncoding.getContextCalibratorList()NumericDataEncoding.getContextCalibratorList()Method parameters in org.yamcs.xtce with type arguments of type ContextCalibratorModifier and TypeMethodDescriptionFloatDataEncoding.Builder.setContextCalibratorList(List<ContextCalibrator> list) voidFloatDataEncoding.setContextCalibratorList(List<ContextCalibrator> contextCalibratorList) IntegerDataEncoding.Builder.setContextCalibratorList(List<ContextCalibrator> list) voidIntegerDataEncoding.setContextCalibratorList(List<ContextCalibrator> contextCalibratorList) NumericDataEncoding.Builder.setContextCalibratorList(List<ContextCalibrator> contextCalibrator) voidNumericDataEncoding.setContextCalibratorList(List<ContextCalibrator> contextCalibratorList)