Package jmri.jmrix.can.cbus.node
Class CbusAllocateNodeNumber
java.lang.Object
jmri.jmrix.can.cbus.node.CbusAllocateNodeNumber
- All Implemented Interfaces:
EventListener,AbstractMRListener,CanListener
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidIf popup not open send a setup param request to try and catch nodes awaiting number allocation when an all node respond message is sent.voidCapture CBUS_RQNN, CBUS_PARAMS, CBUS_NNACK, CBUS_NAMEprotected voidsetTimeout(int newVal) Set the SNN timeout, for Testing purposesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.jmrix.can.CanListener
addTc, addTc, removeTc, removeTc
-
Constructor Details
-
CbusAllocateNodeNumber
-
-
Method Details
-
setTimeout
Set the SNN timeout, for Testing purposes- Parameters:
newVal- Timeout value in ms
-
message
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:
messagein interfaceCanListener- Parameters:
m- Outgoing CanMessage
-
reply
Capture CBUS_RQNN, CBUS_PARAMS, CBUS_NNACK, CBUS_NAME- Specified by:
replyin interfaceCanListener- Parameters:
m- incoming CanReply
-
dispose
-