Package org.yamcs.simulator.cfdp
Class CfdpSender
java.lang.Object
org.yamcs.simulator.cfdp.CfdpSender
-
Constructor Summary
ConstructorDescriptionCfdpSender
(AbstractSimulator simulator, int destinationId, File file, String destinationFileName, List<TLV> metadataOptions, int[] skippedPdus) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEndCallback
(Runnable runnable) void
processCfdp
(ByteBuffer buffer) void
removeEndCallback
(Runnable runnable) void
start()
-
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
-