Package org.yamcs.simulator.cfdp
Class CfdpSender
java.lang.Object
org.yamcs.simulator.cfdp.CfdpSender
-
Constructor Summary
ConstructorsConstructorDescriptionCfdpSender(AbstractSimulator simulator, int destinationId, File file, String destinationFileName, List<TLV> metadataOptions, int[] skippedPdus) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndCallback(Runnable runnable) voidprocessCfdp(ByteBuffer buffer) voidremoveEndCallback(Runnable runnable) voidstart()
-
Constructor Details
-
CfdpSender
public CfdpSender(AbstractSimulator simulator, int destinationId, File file, String destinationFileName, List<TLV> metadataOptions, int[] skippedPdus) throws FileNotFoundException - Throws:
FileNotFoundException
-
-
Method Details
-
start
public void start() -
processCfdp
-
addEndCallback
-
removeEndCallback
-