Class SimulatorAdapter

  • All Implemented Interfaces:
    java.lang.Runnable, PortAdapter, SerialPortAdapter

    public class SimulatorAdapter
    extends SerialPortController
    implements java.lang.Runnable
    Provide access to a simulated SECSI system.

    Currently, the Secsi 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.grapevine.simulator.SimulatorAdapter 2018

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