Uses of Class
com.tccc.kos.ext.freestyle.hardware.can.subnode.pump.MicroPump
Packages that use MicroPump
-
Uses of MicroPump in com.tccc.kos.ext.freestyle.service.micro.calibration
Methods in com.tccc.kos.ext.freestyle.service.micro.calibration that return MicroPumpMethods in com.tccc.kos.ext.freestyle.service.micro.calibration with parameters of type MicroPumpModifier and TypeMethodDescriptionMicroCalibrationService.getHistory
(MicroPump pump) Return calibration history for the specified pump.MicroCalibrationService.getPumpReport
(MicroPump pump) Return calibration report for the specified pump.MicroCalibrationService.getStorageCal
(MicroPump pump) Return micro calibration for the specified pump from storage.void
MicroCalibrationService.resetTmpPumpCalRunning
(MicroPump pump) Reset the running value from storage if the current value in the pump is a temporary value.double
MicroCalibrationService.roundCalValue
(MicroPump pump, double val) Given a calibration value, return the rounded value that will actually be stored in the associated storage system.void
void
MicroCalibrationService.setPumpBothCal
(MicroPump pump, double val, String src) Set both the running and baseline calibration values for the pump.void
MicroCalibrationService.setPumpCalBaseline
(MicroPump pump, double val, String src) Set the baseline calibration value for the pump.void
MicroCalibrationService.setPumpCalRunning
(MicroPump pump, double val, String src) Set the running calibration value for he pump.void
MicroCalibrationService.setPumpCalWithCode
(MicroPump pump, String code) Set the calibration value for the specified pump using the code on the pump.void
MicroCalibrationService.setTmpPumpCalRunning
(MicroPump pump, double val) Writes the running value directly to the pump, marking it as temporary so that it will be reset on the next reboot if not reset via api.