Package com.tccc.kos.ext.freestyle
Class SuperPumpDefinition
java.lang.Object
com.tccc.kos.ext.freestyle.SuperPumpDefinition
This defines a super pump for a micro board. A list of these can
be passed to a Micro board constructor to carve out certain pumps as
super pumps.
- Version:
- Aug-5-17
-
Constructor Summary
ConstructorsConstructorDescriptionSuperPumpDefinition
(int superPumpSubNodeId, int[] pumpSubNodeIds) Create a super pump definition. -
Method Summary
-
Constructor Details
-
SuperPumpDefinition
public SuperPumpDefinition(int superPumpSubNodeId, int[] pumpSubNodeIds) Create a super pump definition.- Parameters:
superPumpSubNodeId
- the CAN subNode for the super pumppumpSubNodeIds
- the CAN subNodes of the constituent pumps
-
-
Method Details
-
getSuperPumpSubNodeId
public int getSuperPumpSubNodeId() -
getPumpSubNodeIds
public int[] getPumpSubNodeIds()
-