Uses of Class
org.yamcs.xtce.ContextCalibrator
-
Packages that use ContextCalibrator Package Description org.yamcs.xtce -
-
Uses of ContextCalibrator in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type ContextCalibrator Modifier and Type Method Description List<ContextCalibrator>FloatDataEncoding. getContextCalibratorList()List<ContextCalibrator>IntegerDataEncoding. getContextCalibratorList()List<ContextCalibrator>NumericDataEncoding. getContextCalibratorList()Method parameters in org.yamcs.xtce with type arguments of type ContextCalibrator Modifier and Type Method Description FloatDataEncoding.BuilderFloatDataEncoding.Builder. setContextCalibratorList(List<ContextCalibrator> list)voidFloatDataEncoding. setContextCalibratorList(List<ContextCalibrator> contextCalibratorList)IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setContextCalibratorList(List<ContextCalibrator> list)voidIntegerDataEncoding. setContextCalibratorList(List<ContextCalibrator> contextCalibratorList)TNumericDataEncoding.Builder. setContextCalibratorList(List<ContextCalibrator> contextCalibrator)voidNumericDataEncoding. setContextCalibratorList(List<ContextCalibrator> contextCalibratorList)
-