Uses of Class
jmri.jmrix.grapevine.SerialTrafficController
Packages that use SerialTrafficController
Package
Description
This package handles communications for the ProTrak Grapevine hardware.
-
Uses of SerialTrafficController in jmri.jmrix.grapevine
Methods in jmri.jmrix.grapevine that return SerialTrafficControllerModifier and TypeMethodDescriptionGrapevineSystemConnectionMemo.getTrafficController()Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.grapevine with parameters of type SerialTrafficControllerModifier and TypeMethodDescriptionstatic SerialNodeSerialAddress.getNodeFromSystemName(String systemName, SerialTrafficController tc) Public static method to parse a system name and return the Serial Node.voidGrapevineSystemConnectionMemo.setTrafficController(SerialTrafficController tc) 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.grapevine with parameters of type SerialTrafficControllerModifierConstructorDescriptionSerialNode(int address, int type, SerialTrafficController tc) Create a new SerialNode and initialize default instance variables.SerialNode(int address, SerialTrafficController tc) Assumes a node address of 1, and a node type of 0 (NODE2002V6).