Uses of Class
org.yamcs.xtce.ContextCalibrator
Packages that use ContextCalibrator
Package
Description
-
Uses of ContextCalibrator in org.yamcs.http.api
Methods in org.yamcs.http.api that return ContextCalibratorModifier and TypeMethodDescriptionstatic ContextCalibrator
GbpToXtceAssembler.toContextCalibrator
(Mdb mdb, String spaceSystemName, Mdb.ContextCalibratorInfo cci) Methods in org.yamcs.http.api that return types with arguments of type ContextCalibratorModifier and TypeMethodDescriptionstatic List<ContextCalibrator>
GbpToXtceAssembler.toContextCalibratorList
(Mdb mdb, String spaceSystemName, List<Mdb.ContextCalibratorInfo> ccl) -
Uses of ContextCalibrator in org.yamcs.mdb
Method parameters in org.yamcs.mdb with type arguments of type ContextCalibratorModifier and TypeMethodDescriptionvoid
ProcessorData.setContextCalibratorList
(Parameter p, List<ContextCalibrator> contextCalibrator) -
Uses of ContextCalibrator in org.yamcs.xtce
Fields in org.yamcs.xtce with type parameters of type ContextCalibratorModifier and TypeFieldDescriptionprotected List<ContextCalibrator>
DataEncoding.contextCalibratorList
Methods in org.yamcs.xtce that return types with arguments of type ContextCalibratorModifier and TypeMethodDescriptionDataEncoding.Builder.getContextCalibratorList()
DataEncoding.getContextCalibratorList()
Method parameters in org.yamcs.xtce with type arguments of type ContextCalibratorModifier and TypeMethodDescriptionDataEncoding.Builder.setContextCalibratorList
(List<ContextCalibrator> contextCalibratorList) void
DataEncoding.setContextCalibratorList
(List<ContextCalibrator> contextCalibratorList) -
Uses of ContextCalibrator in org.yamcs.xtce.xlsv6
Fields in org.yamcs.xtce.xlsv6 with type parameters of type ContextCalibratorModifier and TypeFieldDescriptionprotected HashMap<String,
List<ContextCalibrator>> V6Loader.contextCalibrators
-
Uses of ContextCalibrator in org.yamcs.xtce.xlsv7
Fields in org.yamcs.xtce.xlsv7 with type parameters of type ContextCalibratorModifier and TypeFieldDescriptionprotected Map<String,
List<ContextCalibrator>> V7Loader.contextCalibrators