Class CGPPumpVersionNotSupportedTrouble

java.lang.Object
com.tccc.kos.commons.core.service.trouble.Trouble
com.tccc.kos.ext.dispense.PourAvailabilityTrouble
com.tccc.kos.ext.dispense.PumpTrouble
com.tccc.kos.ext.freestyle.hardware.can.troubles.BasePumpTrouble<T>
com.tccc.kos.ext.freestyle.hardware.can.troubles.CANPumpTrouble<CGPPump>
com.tccc.kos.ext.freestyle.hardware.can.troubles.CGPPumpVersionNotSupportedTrouble
All Implemented Interfaces:
com.tccc.kos.commons.core.service.trouble.TroubleIface, com.tccc.kos.ext.dispense.troubles.HolderTroubleIface, com.tccc.kos.ext.dispense.troubles.NozzleTroubleIface, com.tccc.kos.ext.dispense.troubles.PumpTroubleIface

public class CGPPumpVersionNotSupportedTrouble extends CANPumpTrouble<CGPPump>
Trouble that indicates that the version of CGPPump installed is not supported on this device. Mostly exists to handle v1 cgp's on 6000 which can't handle the condensation as they aren't potted.
Version:
Apr-1-20
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.tccc.kos.commons.core.service.trouble.Trouble

    com.tccc.kos.commons.core.service.trouble.Trouble.TroubleView
  • Field Summary

    Fields inherited from class com.tccc.kos.ext.freestyle.hardware.can.troubles.BasePumpTrouble

    TAG_AVAILABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.tccc.kos.ext.freestyle.hardware.can.troubles.BasePumpTrouble

    getFuelGauge, getRFIDTag, isAbort, isAborted, isClearBevPour, isClearIngPour, setAbort, setAborted, toString

    Methods inherited from class com.tccc.kos.ext.dispense.PumpTrouble

    blockBeveragePour, blockIngredientPour, getHolderNames, getHolderPaths, getIngredientId, getNozzlePath, getPump, getPumpPath

    Methods inherited from class com.tccc.kos.ext.dispense.PourAvailabilityTrouble

    blockBeveragePour, blockIngredientPour, blockPour

    Methods inherited from class com.tccc.kos.commons.core.service.trouble.Trouble

    addIface, addImpacted, addLink, addTag, equals, getClientData, getCount, getCreateTime, getGroup, getId, getIfaces, getImpacted, getInfo, getLinked, getReason, getTags, getType, hashCode, incCount, isImpacted, isLinked, isResolvable, isTagged, onRemoved, removeImpacted, removeLink, removeTag, resolvable, resolve, setReason, setResolvable

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CGPPumpVersionNotSupportedTrouble

      public CGPPumpVersionNotSupportedTrouble()