All Implemented Interfaces:
ConfigAware<CANBoardConfig>, HandleAware, AssemblyAware, BoardIdentifier, PumpOpLimitAware, PourAvailability, VmFsmAware

public class RCGPBoard extends CANBoard<CANBoardConfig> implements VmFsmAware
RCGP board.
Version:
Jun-24-17
  • Constructor Details

    • RCGPBoard

      public RCGPBoard(Assembly assembly, String name, int instanceId)
      Create a new RCGP board.
      Parameters:
      assembly - assembly the board is part of
      name - the name of the board
      instanceId - identify the board in multi-board config
    • RCGPBoard

      public RCGPBoard(Assembly assembly, String name, int instanceId, PumpInfoResolver resolver)
      Create a new RCGP board with the specified category.
      Parameters:
      assembly - assembly the board is part of
      name - the name of the board
      instanceId - identify the board in multi-board config
      resolver - resolve pump info
    • RCGPBoard

      public RCGPBoard(Assembly assembly, String name, int instanceId, boolean includeFsmAndVM, boolean includeVPumps, PumpInfoResolver resolver)
      Create a new RCGP board with optional fsm/vm and vpumps.
      Parameters:
      assembly - assembly the board is part of
      name - the name of the board
      instanceId - identify the board in multi-board config
      includeFsmAndVM - if true, include fsm and vm sub nodes
      includeVPumps - if true, include the virtual pump nodes
      resolver - pump info resolver
  • Method Details

    • getPump

      public CGPPump getPump()
    • getVpump1

      public VPump getVpump1()
    • getVpump2

      public VPump getVpump2()
    • getVpump3

      public VPump getVpump3()
    • getVpump4

      public VPump getVpump4()