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 class
MrcPacketizer
Converts Stream-based I/O to/from Mrc messages.Fields in jmri.jmrix.mrc declared as MrcTrafficController Modifier and Type Field Description (package private) MrcTrafficController
MrcPowerManager. tc
(package private) MrcTrafficController
MrcThrottleManager. tc
(package private) MrcTrafficController
MrcTurnout. tc
(package private) MrcTrafficController
MrcTurnoutManager. tc
Methods in jmri.jmrix.mrc that return MrcTrafficController Modifier and Type Method Description MrcTrafficController
MrcSystemConnectionMemo. 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 void
MrcSystemConnectionMemo. 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.
-