Class SuperPumpDefinition

java.lang.Object
com.tccc.kos.ext.freestyle.SuperPumpDefinition

public class SuperPumpDefinition extends Object
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 Details

    • SuperPumpDefinition

      public SuperPumpDefinition(int superPumpSubNodeId, int[] pumpSubNodeIds)
      Create a super pump definition.
      Parameters:
      superPumpSubNodeId - the CAN subNode for the super pump
      pumpSubNodeIds - the CAN subNodes of the constituent pumps
  • Method Details

    • getSuperPumpSubNodeId

      public int getSuperPumpSubNodeId()
    • getPumpSubNodeIds

      public int[] getPumpSubNodeIds()