Package org.yamcs.cfdp.pdu
Class EofPacket
java.lang.Object
org.yamcs.cfdp.pdu.CfdpPacket
org.yamcs.cfdp.pdu.EofPacket
- All Implemented Interfaces:
FileDirective
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.cfdp.pdu.CfdpPacket
CfdpPacket.TransmissionMode
-
Field Summary
Fields inherited from class org.yamcs.cfdp.pdu.CfdpPacket
CFDP, header
-
Constructor Summary
ConstructorDescriptionEofPacket
(ConditionCode code, long checksum, long filesize, TLV faultLocation, CfdpHeader header) -
Method Summary
Modifier and TypeMethodDescriptionint
long
toString()
protected void
writeCFDPPacket
(ByteBuffer buffer) Methods inherited from class org.yamcs.cfdp.pdu.CfdpPacket
fromTuple, getCFDPPacket, getHeader, getTransactionId, toByteArray, toTuple, toTuple, toTuple, writeToBuffer
-
Constructor Details
-
EofPacket
public EofPacket(ConditionCode code, long checksum, long filesize, TLV faultLocation, CfdpHeader header)
-
-
Method Details
-
writeCFDPPacket
- Specified by:
writeCFDPPacket
in classCfdpPacket
-
getDataFieldLength
public int getDataFieldLength()- Specified by:
getDataFieldLength
in classCfdpPacket
-
getConditionCode
-
getFileChecksum
public long getFileChecksum() -
getFileDirectiveCode
- Specified by:
getFileDirectiveCode
in interfaceFileDirective
-
getFaultLocation
-
toString
-