Uses of Class
jmri.jmrix.secsi.SerialTrafficController
Packages that use SerialTrafficController
Package
Description
This package handles communications for the TracTronics SECSI hardware.
-
Uses of SerialTrafficController in jmri.jmrix.secsi
Methods in jmri.jmrix.secsi that return SerialTrafficControllerModifier and TypeMethodDescriptionSecsiSystemConnectionMemo.getTrafficController()Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.secsi with parameters of type SerialTrafficControllerModifier and TypeMethodDescriptionstatic SerialNodeSerialAddress.getNodeFromSystemName(String systemName, SerialTrafficController tc) Parse a system name and return the Serial Node.voidSecsiSystemConnectionMemo.setTrafficController(SerialTrafficController s) Set the traffic controller instance associated with this connection memo.static booleanSerialAddress.validSystemNameConfig(String systemName, char type, SerialTrafficController tc) Public static method to validate system name for configuration.Constructors in jmri.jmrix.secsi with parameters of type SerialTrafficControllerModifierConstructorDescriptionSerialNode(int address, int type, SerialTrafficController _tc) Create a new SerialNode and initialize default instance variables.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'