Uses of Class
jmri.jmrix.bachrus.SpeedoTrafficController
-
Packages that use SpeedoTrafficController Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers. -
-
Uses of SpeedoTrafficController in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as SpeedoTrafficController Modifier and Type Field Description (package private) SpeedoTrafficController
SpeedoConsoleFrame. tc
Methods in jmri.jmrix.bachrus that return SpeedoTrafficController Modifier and Type Method Description SpeedoTrafficController
SpeedoSystemConnectionMemo. getTrafficController()
Provide access to the TrafficController for this particular connection.Methods in jmri.jmrix.bachrus with parameters of type SpeedoTrafficController Modifier and Type Method Description void
SpeedoSystemConnectionMemo. setSpeedoTrafficController(SpeedoTrafficController tc)
Constructors in jmri.jmrix.bachrus with parameters of type SpeedoTrafficController Constructor Description SpeedoSystemConnectionMemo(SpeedoTrafficController tc)
-