Uses of Class
jmri.jmrix.maple.SerialTrafficController
-
Packages that use SerialTrafficController Package Description jmri.jmrix.maple -
-
Uses of SerialTrafficController in jmri.jmrix.maple
Methods in jmri.jmrix.maple that return SerialTrafficController Modifier and Type Method Description SerialTrafficController
MapleSystemConnectionMemo. getTrafficController()
Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.maple with parameters of type SerialTrafficController Modifier and Type Method Description void
MapleSystemConnectionMemo. setTrafficController(SerialTrafficController s)
Set the traffic controller instance associated with this connection memo.Constructors in jmri.jmrix.maple with parameters of type SerialTrafficController Constructor Description InputBits(SerialTrafficController _tc)
OutputBits(SerialTrafficController _tc)
SerialNode(int address, int type, SerialTrafficController tc)
Create a new SerialNode and initialize default instance variables.SerialNode(SerialTrafficController tc)
Assumes a node address of 1, and a node type of 0.
-