Package jmri.jmrix.can.cbus.simulator
Class CbusDummyCSSession
- java.lang.Object
-
- jmri.jmrix.can.cbus.simulator.CbusDummyCSSession
-
public class CbusDummyCSSession extends java.lang.Object
Simulating a MERG CBUS Command Station Loco Session.- Since:
- 4.15.2
- See Also:
CbusDummyCS,CbusSimulator
-
-
Constructor Summary
Constructors Constructor Description CbusDummyCSSession(CbusDummyCS cs, int sessionID, int rcvdIntAddr, java.lang.Boolean rcvdIsLong)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispose()protected java.lang.BooleangetIsDispatched()protected java.lang.BooleangetisLong()protected intgetrcvdIntAddr()protected intgetSessionNum()protected voidkeepAlive()protected voidsendPloc()protected voidsetSpd(int speeddir)
-
-
-
Constructor Detail
-
CbusDummyCSSession
public CbusDummyCSSession(CbusDummyCS cs, int sessionID, int rcvdIntAddr, java.lang.Boolean rcvdIsLong)
-
-
Method Detail
-
dispose
protected void dispose()
-
keepAlive
protected void keepAlive()
-
sendPloc
protected void sendPloc()
-
getSessionNum
protected int getSessionNum()
-
getrcvdIntAddr
protected int getrcvdIntAddr()
-
getisLong
protected java.lang.Boolean getisLong()
-
setSpd
protected void setSpd(int speeddir)
-
getIsDispatched
protected java.lang.Boolean getIsDispatched()
-
-