Class SimLFCVPump
java.lang.Object
com.tccc.kos.ext.freestyle.sim.can.subnode.SimCANSubNode
com.tccc.kos.ext.freestyle.sim.can.subnode.pump.SimCANPump
com.tccc.kos.ext.freestyle.sim.can.subnode.pump.SimLFCVPump
Mock FCM pump.
- Version:
- Jun-29-17
-
Field Summary
Fields inherited from class com.tccc.kos.ext.freestyle.sim.can.subnode.pump.SimCANPump
essential
-
Constructor Summary
ConstructorsConstructorDescriptionSimLFCVPump
(SimCANBoard board, int subNodeId) Create a mock pump with the specified CANOpen subNodeId.SimLFCVPump
(SimCANBoard board, int subNodeId, int ingredientId) Create a mock pump with the specified CANOpen subNodeId and ingredient ID -
Method Summary
Methods inherited from class com.tccc.kos.ext.freestyle.sim.can.subnode.pump.SimCANPump
readShortCriticalData, setCriticalDataOffset, writeShortCriticalData
Methods inherited from class com.tccc.kos.ext.freestyle.sim.can.subnode.SimCANSubNode
activate, getBoard, getNodeId, getRpdoId, getSim, getSubNodeId, reset, setRpdoId, toString
-
Constructor Details
-
SimLFCVPump
Create a mock pump with the specified CANOpen subNodeId.- Parameters:
board
- the board the sub-node is associated withsubNodeId
- the CAN bus sub-node for this pump
-
SimLFCVPump
Create a mock pump with the specified CANOpen subNodeId and ingredient ID- Parameters:
board
- the board the sub-node is associated withsubNodeId
- the CAN bus sub-node for this pumpingredientId
- the ingredient ID to assign to this pump (for disambiguation purposes)
-