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

org.yamcs.tctm.TmSink Maven / Gradle / Ivy

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

import org.yamcs.TmPacket;

/**
 * Used by the {@link TmPacketDataLink} to propagate packets inside Yamcs.
 *  
 * @author nm
 *
 */
public interface TmSink {
    public void processPacket(TmPacket tmPacket);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy