Package org.yamcs.tse

Class InstrumentDriver

java.lang.Object
org.yamcs.tse.InstrumentDriver
Direct Known Subclasses:
SerialPortDriver, TcpIpDriver

public abstract class InstrumentDriver extends Object
  • Field Details

    • instrument

      protected String instrument
    • commandSeparation

      protected String commandSeparation
    • responseTermination

      protected String responseTermination
    • responseTimeout

      protected int responseTimeout
    • interceptors

      protected List<Interceptor> interceptors
    • encoding

      protected Charset encoding
  • Constructor Details

    • InstrumentDriver

      public InstrumentDriver()
  • Method Details