Class SpeedoTrafficController

java.lang.Object
jmri.jmrix.bachrus.SpeedoTrafficController
All Implemented Interfaces:
SpeedoInterface, SerialPortEventListener

Converts Stream-based I/O to/from Speedo messages. The "SpeedoInterface" side sends/receives message objects. The connection to a SpeedoPortController is via a pair of *Streams, which then carry sequences of characters for transmission. Note that this processing is handled in an independent thread.

Removed Runnable implementation and methods for it.