Package org.yamcs.mdb
Class JavaExpressionNumericCalibratorFactory
java.lang.Object
org.yamcs.mdb.JavaExpressionNumericCalibratorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NumericCalibrator
Compiles the expression into an executable calibrator processor
-
Constructor Details
-
JavaExpressionNumericCalibratorFactory
public JavaExpressionNumericCalibratorFactory()
-
-
Method Details
-
compile
Compiles the expression into an executable calibrator processor- Parameters:
c
-- Returns:
- a calibrator processor
- Throws:
IllegalArgumentException
- if the expression cannot be compiled
-