Uses of Class
jmri.jmrix.bachrus.SpeedoPortController
-
Packages that use SpeedoPortController Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bachrus.kpfserialdriver Defines classes for interfacing to a KPF-Zeller speedo reader via an RS232 serial line, or a virtual COM port.jmri.jmrix.bachrus.serialdriver Defines classes for interfacing to a Bachrus speedo reader via an RS232 serial line, or a virtual COM port. -
-
Uses of SpeedoPortController in jmri.jmrix.bachrus
Methods in jmri.jmrix.bachrus with parameters of type SpeedoPortController Modifier and Type Method Description void
SpeedoTrafficController. connectPort(SpeedoPortController p)
Make connection to existing PortController object.void
SpeedoTrafficController. disconnectPort(SpeedoPortController p)
Break connection to existing SpeedoPortController object. -
Uses of SpeedoPortController in jmri.jmrix.bachrus.kpfserialdriver
Subclasses of SpeedoPortController in jmri.jmrix.bachrus.kpfserialdriver Modifier and Type Class Description class
SerialDriverAdapter
Implements SerialPortAdapter for the KPF-Zeller speedo. -
Uses of SpeedoPortController in jmri.jmrix.bachrus.serialdriver
Subclasses of SpeedoPortController in jmri.jmrix.bachrus.serialdriver Modifier and Type Class Description class
SerialDriverAdapter
Implements SerialPortAdapter for the Bachrus speedo.
-