
org.yamcs.sle.RacfSleMonitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsle Show documentation
Show all versions of jsle Show documentation
Java implementation for the SLE (Space Link Extension) protocol.
package org.yamcs.sle;
import org.yamcs.sle.user.RacfStatusReport;
public interface RacfSleMonitor extends SleMonitor {
public void onStatusReport(RacfStatusReport StatusReportInvocation);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy