java.lang.Object
com.tccc.kos.core.service.hardware.Board
com.tccc.kos.ext.dispense.PumpBoard
com.tccc.kos.ext.freestyle.hardware.can.board.CANBoard<CANBoardConfig>
com.tccc.kos.ext.freestyle.hardware.can.board.KSMBoard
All Implemented Interfaces:
com.tccc.kos.commons.core.service.config.ConfigAware<CANBoardConfig>, com.tccc.kos.commons.core.service.handle.HandleAware, com.tccc.kos.core.service.assembly.AssemblyAware, com.tccc.kos.core.service.hardware.BoardIdentifier, com.tccc.kos.ext.dispense.pipeline.ingredient.grants.PumpOpLimitAware, com.tccc.kos.ext.dispense.PourAvailability, VmFsmAware

public class KSMBoard extends CANBoard<CANBoardConfig> implements VmFsmAware
KSM board.
Version:
May-18-17
  • Constructor Details

    • KSMBoard

      public KSMBoard(com.tccc.kos.core.service.assembly.Assembly assembly, String name)
      Create a new KSM board.
      Parameters:
      assembly - assembly the board is part of
      name - name of the board
  • Method Details