Uses of Class
jmri.jmrix.mrc.MrcTrafficController
-
Packages that use MrcTrafficController Package Description jmri.jmrix.mrc -
-
Uses of MrcTrafficController in jmri.jmrix.mrc
Subclasses of MrcTrafficController in jmri.jmrix.mrc Modifier and Type Class Description classMrcPacketizerConverts Stream-based I/O to/from Mrc messages.Fields in jmri.jmrix.mrc declared as MrcTrafficController Modifier and Type Field Description (package private) MrcTrafficControllerMrcPowerManager. tc(package private) MrcTrafficControllerMrcThrottleManager. tc(package private) MrcTrafficControllerMrcTurnout. tc(package private) MrcTrafficControllerMrcTurnoutManager. tcMethods in jmri.jmrix.mrc that return MrcTrafficController Modifier and Type Method Description MrcTrafficControllerMrcSystemConnectionMemo. getMrcTrafficController()Provides access to the TrafficController for this particular connection.Methods in jmri.jmrix.mrc with parameters of type MrcTrafficController Modifier and Type Method Description voidMrcSystemConnectionMemo. setMrcTrafficController(MrcTrafficController tc)Constructors in jmri.jmrix.mrc with parameters of type MrcTrafficController Constructor Description MrcClockControl(MrcTrafficController tc, java.lang.String prefix)Create a ClockControl object for a Mrc clockMrcTurnout(int number, MrcTrafficController tc, java.lang.String p)Mrc turnouts use any address allowed as an accessory decoder address on the particular command station.
-