Class SimulatorAdapter

All Implemented Interfaces:
Runnable, PortAdapter, SerialPortAdapter

public class SimulatorAdapter extends SerialPortController implements Runnable
Provide access to a simulated OakTree system.

Currently, the OakTree SimulatorAdapter reacts to the following commands sent from the user interface with an appropriate reply generateReply(SerialMessage):

  • Poll (length = 1, reply length = 2)
Based on jmri.jmrix.oaktree.simulator.SimulatorAdapter 2018

NOTE: Some material in this file was modified from other portions of the support infrastructure.