Interface ParameterDataLink

All Superinterfaces:
Link
All Known Implementing Classes:
AbstractIntegrationTest.ParameterProvider, AbstractParameterDataLink, AbstractTcTmParamLink, TcpTcTmDataLink, UdpParameterDataLink, UdpTcTmDataLink, YamcsParameterLink

public interface ParameterDataLink extends Link
Interface for components providing parameters aquired from external systems.
  • Method Details

    • setParameterSink

      void setParameterSink(ParameterSink parameterSink)
    • isParameterDataLinkImplemented

      default boolean isParameterDataLinkImplemented()
      This method has been introduced to allow classes that implement multiple links (e.g. TM and TC) to not effectively support one ore more of them (depending on configuration)

      If this method returns false, the LinkManager skips the link configuration for TM purposes