Uses of Class
com.tccc.kos.ext.freestyle.pumpinfo.PumpInfo
Packages that use PumpInfo
Package
Description
-
Uses of PumpInfo in com.tccc.kos.ext.freestyle
Constructors in com.tccc.kos.ext.freestyle with parameters of type PumpInfo -
Uses of PumpInfo in com.tccc.kos.ext.freestyle.hardware.can.board
Methods in com.tccc.kos.ext.freestyle.hardware.can.board that return PumpInfoMethods in com.tccc.kos.ext.freestyle.hardware.can.board with parameters of type PumpInfo -
Uses of PumpInfo in com.tccc.kos.ext.freestyle.hardware.can.subnode.pump
Methods in com.tccc.kos.ext.freestyle.hardware.can.subnode.pump that return PumpInfoModifier and TypeMethodDescriptionstatic PumpInfo
LFCVPump.pumpInfo
(int pos, int maxPos) Return default pump info for this pump.static PumpInfo
VPump.pumpInfo
(int pos, int maxPos) Return default pump info for this pump.static PumpInfo
FCMPump.pumpInfoCarb()
Return default pump info for carb.static PumpInfo
MSVPump.pumpInfoNS()
Return default pump info for nutrative sweetener.static PumpInfo
FCMPump.pumpInfoWater()
Return default pump info for water.Constructors in com.tccc.kos.ext.freestyle.hardware.can.subnode.pump with parameters of type PumpInfoModifierConstructorDescriptionAbstractCANPump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.AbstractFCMPump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.AbstractFCMPump
(CANBoard<?> board, PumpInfo info, int subNodeId, boolean fixedRate) Create a pump with the specified CANOpen subNodeId.AbstractMicroPump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.Create a pump with the specified CANOpen subNodeId that also contains an embedded air vent with the specified air vent subNodeId.Create a pump with the specified CANOpen subNodeId.Create a pump with the specified CANOpen subNodeId.FixedRatePump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.LFCVDVPump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.Create a pump with the specified CANOpen subNodeId.Create a pump with the specified CANOpen subNodeId.MicroSuperPump
(CANBoard<?> board, PumpInfo info, int subNodeId) Create a pump with the specified CANOpen subNodeId.Create a pump with the specified CANOpen subNodeId that also contains an embedded air vent with the specified air vent subNodeId.Create a pump with the specified CANOpen subNodeId. -
Uses of PumpInfo in com.tccc.kos.ext.freestyle.pumpinfo
Methods in com.tccc.kos.ext.freestyle.pumpinfo that return PumpInfoModifier and TypeMethodDescriptionPumpInfo.setMaxPosition
(int maxPosition) PumpInfo.setPosition
(int position) Methods in com.tccc.kos.ext.freestyle.pumpinfo with parameters of type PumpInfo