Uses of Class
jmri.jmrix.zimo.Mx1TrafficController
-
Packages that use Mx1TrafficController Package Description jmri.jmrix.zimo -
-
Uses of Mx1TrafficController in jmri.jmrix.zimo
Subclasses of Mx1TrafficController in jmri.jmrix.zimo Modifier and Type Class Description class
Mx1Packetizer
Access to Zimo Mx1 messages via stream-based I/O.Fields in jmri.jmrix.zimo declared as Mx1TrafficController Modifier and Type Field Description (package private) Mx1TrafficController
Mx1PowerManager. tc
protected Mx1TrafficController
Mx1Programmer. tc
(package private) Mx1TrafficController
Mx1ThrottleManager. tc
Methods in jmri.jmrix.zimo that return Mx1TrafficController Modifier and Type Method Description Mx1TrafficController
Mx1SystemConnectionMemo. getMx1TrafficController()
Provide access to the TrafficController for this particular connection.Methods in jmri.jmrix.zimo with parameters of type Mx1TrafficController Modifier and Type Method Description void
Mx1SystemConnectionMemo. setMx1TrafficController(Mx1TrafficController st)
Constructors in jmri.jmrix.zimo with parameters of type Mx1TrafficController Constructor Description Mx1OpsModeProgrammer(int pAddress, boolean pLongAddr, Mx1TrafficController tc)
Mx1Programmer(Mx1TrafficController _tc)
Mx1SystemConnectionMemo(Mx1TrafficController st)
Mx1Turnout(int number, Mx1TrafficController tc, java.lang.String p)
Mx1 turnouts use any address allowed as an accessory decoder address on the particular command station.
-