Uses of Class
jmri.jmrix.cmri.serial.SerialTrafficController
-
Packages that use SerialTrafficController Package Description jmri.jmrix.cmri Provides basic interfaces and certain core implementations for the JMRI C/MRI implementation.jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation. -
-
Uses of SerialTrafficController in jmri.jmrix.cmri
Methods in jmri.jmrix.cmri that return SerialTrafficController Modifier and Type Method Description SerialTrafficController
CMRISystemConnectionMemo. getTrafficController()
Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.cmri with parameters of type SerialTrafficController Modifier and Type Method Description AbstractNode
CMRISystemConnectionMemo. getNodeFromSystemName(java.lang.String systemName, SerialTrafficController tc)
Get the serial node from a C/MRI system name.void
CMRISystemConnectionMemo. setTrafficController(SerialTrafficController s)
Set the traffic controller instance associated with this connection memo.boolean
CMRISystemConnectionMemo. validSystemNameConfig(java.lang.String systemName, char type, SerialTrafficController tc)
Validate C/MRI system name for configuration. -
Uses of SerialTrafficController in jmri.jmrix.cmri.serial
Constructors in jmri.jmrix.cmri.serial with parameters of type SerialTrafficController Constructor Description SerialNode(int address, int type, SerialTrafficController tc)
Creates a new SerialNode and initialize default instance variables.SerialNode(SerialTrafficController tc)
Assumes a node address of 0, and a node type of SMINI.
-