Class CbusAllocateNodeNumber

java.lang.Object
jmri.jmrix.can.cbus.node.CbusAllocateNodeNumber
All Implemented Interfaces:
EventListener, AbstractMRListener, CanListener

public class CbusAllocateNodeNumber extends Object implements CanListener
  • Constructor Details

  • Method Details

    • setTimeout

      protected void setTimeout(int newVal)
      Set the SNN timeout, for Testing purposes
      Parameters:
      newVal - Timeout value in ms
    • message

      public void message(CanMessage m)
      If popup not open send a setup param request to try and catch nodes awaiting number allocation when an all node respond message is sent.
      Specified by:
      message in interface CanListener
      Parameters:
      m - Outgoing CanMessage
    • reply

      public void reply(CanReply m)
      Capture CBUS_RQNN, CBUS_PARAMS, CBUS_NNACK, CBUS_NAME
      Specified by:
      reply in interface CanListener
      Parameters:
      m - incoming CanReply
    • dispose

      public void dispose()