Class MicroAgit8Board

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

public class MicroAgit8Board extends AbstractMicroBoard<CANBoardConfig>
MicroAgit8 board.
Version:
May-18-17
  • Constructor Details

    • MicroAgit8Board

      public MicroAgit8Board(Assembly assembly, String name)
      Create a new MicroAgit8 board with and instanceId of zero.
      Parameters:
      assembly - assembly the board is part of
      name - the name of the board
    • MicroAgit8Board

      public MicroAgit8Board(Assembly assembly, String name, PumpInfoResolver resolver)
      Create a new MicroAgit8 board with and instanceId of zero and specified resolver.
      Parameters:
      assembly - assembly the board is part of
      name - the name of the board
      resolver - resolve pump info
    • MicroAgit8Board

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

      public MicroAgit8Board(Assembly assembly, String name, int instanceId, PumpInfoResolver resolver)
      Create a new MicroAgit8 board with the specified instanceId and resolver.
      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
  • Method Details