Uses of Class
jmri.jmrix.secsi.SerialTrafficController
-
Packages that use SerialTrafficController Package Description jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware. -
-
Uses of SerialTrafficController in jmri.jmrix.secsi
Methods in jmri.jmrix.secsi that return SerialTrafficController Modifier and Type Method Description SerialTrafficController
SecsiSystemConnectionMemo. getTrafficController()
Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.secsi with parameters of type SerialTrafficController Modifier and Type Method Description static SerialNode
SerialAddress. getNodeFromSystemName(java.lang.String systemName, SerialTrafficController tc)
Parse a system name and return the Serial Node.void
SecsiSystemConnectionMemo. setTrafficController(SerialTrafficController s)
Set the traffic controller instance associated with this connection memo.static boolean
SerialAddress. validSystemNameConfig(java.lang.String systemName, char type, SerialTrafficController tc)
Public static method to validate system name for configuration.Constructors in jmri.jmrix.secsi with parameters of type SerialTrafficController Constructor Description SerialNode(int address, int type, SerialTrafficController _tc)
Create a new SerialNode and initialize default instance variables.SerialNode(SerialTrafficController _tc)
Assumes a node address of 0, and a node type of 0 (IO24) If this constructor is used, actual node address must be set using setNodeAddress, and actual node type using 'setNodeType'
-