All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.TmPacketProvider Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs;

/**
 * @author nm
 *
 * Provides TM packets to a Yamcs Processor.
 * 
 */
public interface TmPacketProvider extends ProcessorService {
    /**
     * true if this is a replay from archive
     * @return
     */
    public boolean isArchiveReplay();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy