Package jmri.jmrix.lenz.hornbyelite
Class HornbyEliteCommandStation
java.lang.Object
jmri.jmrix.lenz.LenzCommandStation
jmri.jmrix.lenz.hornbyelite.HornbyEliteCommandStation
- All Implemented Interfaces:
CommandStation
Defines the routines that differentiate a Hornby Elite Command Station from a
Lenz command station.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Hornby Elite does support Ops Mode programming.Methods inherited from class jmri.jmrix.lenz.LenzCommandStation
calcLocoAddress, getCommandStationSoftwareVersion, getCommandStationSoftwareVersionBCD, getCommandStationType, getDCCAddressHigh, getDCCAddressLow, getSystemPrefix, getUserName, getVersionString, sendPacket, setCommandStationSoftwareVersion, setCommandStationSoftwareVersion, setCommandStationType, setCommandStationType, setSystemConnectionMemo, setTrafficControllerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.CommandStation
sendAccSignalDecoderPkt, sendAltAccSignalDecoderPkt
-
Constructor Details
-
HornbyEliteCommandStation
public HornbyEliteCommandStation()
-
-
Method Details
-
isOpsModePossible
The Hornby Elite does support Ops Mode programming.- Overrides:
isOpsModePossiblein classLenzCommandStation- Returns:
- true if CS type 1 or 2, else false.
-