Uses of Interface
jmri.CommandStation
-
Packages that use CommandStation Package Description jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.beantable.signalmast jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dccpp jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.lenz jmri.jmrix.lenz.hornbyelite jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.swing jmri.jmrix.marklin jmri.jmrix.nce jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.roco jmri.jmrix.roco.z21 jmri.jmrix.sprog jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.zimo -
-
Uses of CommandStation in jmri.implementation
Fields in jmri.implementation declared as CommandStation Modifier and Type Field Description protected CommandStation
DccSignalMast. c
(package private) CommandStation
RawTurnoutOperator. c
Methods in jmri.implementation that return CommandStation Modifier and Type Method Description CommandStation
DccSignalMast. getCommandStation()
Constructors in jmri.implementation with parameters of type CommandStation Constructor Description NmraConsist(DccLocoAddress address, CommandStation cs)
NmraConsistManager(CommandStation cs)
-
Uses of CommandStation in jmri.jmrit.beantable.signalmast
Methods in jmri.jmrit.beantable.signalmast with parameters of type CommandStation Modifier and Type Method Description protected boolean
DccSignalMastAddPane. usableCommandStation(CommandStation cs)
Check if a command station will work for this subtype. -
Uses of CommandStation in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as CommandStation Modifier and Type Field Description protected CommandStation
SpeedoConsoleFrame. commandStation
-
Uses of CommandStation in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement CommandStation Modifier and Type Class Description class
BiDiBTrafficController
The BiDiB Traffic Controller provides the interface for JMRI to the BiDiB Library (jbidibc) - it does not handle any protocol functions itself.Methods in jmri.jmrix.bidib that return CommandStation Modifier and Type Method Description CommandStation
BiDiBSystemConnectionMemo. getCommandStation()
-
Uses of CommandStation in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement CommandStation Modifier and Type Class Description class
CbusCommandStation
CommandStation for CBUS communications.Constructors in jmri.jmrix.can.cbus with parameters of type CommandStation Constructor Description CbusConsistManager(CommandStation cs)
-
Uses of CommandStation in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement CommandStation Modifier and Type Class Description class
DCCppCommandStation
Defines the standard/common routines used in multiple classes related to the DCC++ Command Station, on a DCC++ network.Methods in jmri.jmrix.dccpp that return CommandStation Modifier and Type Method Description CommandStation
DCCppSystemConnectionMemo. getCommandStation()
Methods in jmri.jmrix.dccpp with parameters of type CommandStation Modifier and Type Method Description void
DCCppSystemConnectionMemo. setCommandStation(CommandStation c)
-
Uses of CommandStation in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement CommandStation Modifier and Type Class Description class
TrafficController
Converts Stream-based I/O to/from NMRA packets and controls sending to the direct interface.Constructors in jmri.jmrix.direct with parameters of type CommandStation Constructor Description Throttle(DccLocoAddress address, CommandStation tc)
Constructor. -
Uses of CommandStation in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement CommandStation Modifier and Type Class Description class
EasyDccCommandStation
EasyDCC implementation of the CommandStation interface. -
Uses of CommandStation in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement CommandStation Modifier and Type Class Description class
LenzCommandStation
Defines the standard/common routines used in multiple classes related to the a Lenz Command Station, on an XpressNet network.Methods in jmri.jmrix.lenz that return CommandStation Modifier and Type Method Description CommandStation
XNetSystemConnectionMemo. getCommandStation()
Provide access to the Command Station for this particular connection.Methods in jmri.jmrix.lenz with parameters of type CommandStation Modifier and Type Method Description void
XNetSystemConnectionMemo. setCommandStation(CommandStation c)
-
Uses of CommandStation in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement CommandStation Modifier and Type Class Description class
HornbyEliteCommandStation
Defines the routines that differentiate a Hornby Elite Command Station from a Lenz command station. -
Uses of CommandStation in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement CommandStation Modifier and Type Class Description class
SlotManager
Controls a collection of slots, acting as the counter-part of a LocoNet command station.class
UhlenbrockSlotManager
Only change compared to standard LocoNet SlotManager is CV programming. -
Uses of CommandStation in jmri.jmrix.loconet.swing
Methods in jmri.jmrix.loconet.swing with parameters of type CommandStation Modifier and Type Method Description protected boolean
LNCPSignalMastAddPane. usableCommandStation(CommandStation cs)
Check if a command station will work for this subtype. -
Uses of CommandStation in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement CommandStation Modifier and Type Class Description class
MarklinTrafficController
Converts Stream-based I/O to/from Marklin CS2 messages. -
Uses of CommandStation in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement CommandStation Modifier and Type Class Description class
NceTrafficController
Converts Stream-based I/O to/from NCE messages. -
Uses of CommandStation in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement CommandStation Modifier and Type Class Description class
OlcbCommandStation
OpenLcb implementation of part of the CommandStation interface. -
Uses of CommandStation in jmri.jmrix.roco
Classes in jmri.jmrix.roco that implement CommandStation Modifier and Type Class Description class
RocoCommandStation
Defines the standard/common routines used in multiple classes related to a Roco Command Station, on an XpressNet network. -
Uses of CommandStation in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement CommandStation Modifier and Type Class Description class
RocoZ21CommandStation
Defines the standard/common routines used in multiple classes related to a Roco z21 Command Station.Methods in jmri.jmrix.roco.z21 that return CommandStation Modifier and Type Method Description CommandStation
Z21SystemConnectionMemo. getCommandStation()
Provide access to the Command Station for this particular connection.Methods in jmri.jmrix.roco.z21 with parameters of type CommandStation Modifier and Type Method Description void
Z21SystemConnectionMemo. setCommandStation(CommandStation c)
-
Uses of CommandStation in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement CommandStation Modifier and Type Class Description class
SprogCommandStation
Control a collection of slots, acting as a soft command station for SPROG -
Uses of CommandStation in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement CommandStation Modifier and Type Class Description class
TamsTrafficController
Converts Stream-based I/O to/from Tams messages. -
Uses of CommandStation in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement CommandStation Modifier and Type Class Description class
Mx1CommandStation
Defines standard operations for Dcc command stations.
-