Package jmri.jmrix.roco
Class RocoCommandStation
- java.lang.Object
-
- jmri.jmrix.lenz.LenzCommandStation
-
- jmri.jmrix.roco.RocoCommandStation
-
- All Implemented Interfaces:
CommandStation
- Direct Known Subclasses:
RocoZ21CommandStation
public class RocoCommandStation extends LenzCommandStation
Defines the standard/common routines used in multiple classes related to a Roco Command Station, on an XpressNet network.
-
-
Constructor Summary
Constructors Constructor Description RocoCommandStation()
-
Method Summary
-
Methods inherited from class jmri.jmrix.lenz.LenzCommandStation
calcLocoAddress, getCommandStationSoftwareVersion, getCommandStationSoftwareVersionBCD, getCommandStationType, getDCCAddressHigh, getDCCAddressLow, getSystemPrefix, getUserName, getVersionString, isOpsModePossible, sendPacket, setCommandStationSoftwareVersion, setCommandStationSoftwareVersion, setCommandStationType, setCommandStationType, setSystemConnectionMemo, setTrafficController
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jmri.CommandStation
sendAccSignalDecoderPkt, sendAltAccSignalDecoderPkt
-
-
-
-
Constructor Detail
-
RocoCommandStation
public RocoCommandStation()
-
-