Uses of Class
org.yamcs.cfdp.pdu.TLV
Packages that use TLV
-
Uses of TLV in org.yamcs.cfdp.pdu
Subclasses of TLV in org.yamcs.cfdp.pduModifier and TypeClassDescriptionclass
class
class
NOT IMPLEMENTEDclass
class
class
class
class
class
class
Methods in org.yamcs.cfdp.pdu that return TLVModifier and TypeMethodDescriptionstatic TLV
Decodes TLV into a MessageToUser.static TLV
TLV.getEntityIdTLV
(long entityId, int entityIdLength) EofPacket.getFaultLocation()
static TLV
TLV.readTLV
(ByteBuffer buffer) Methods in org.yamcs.cfdp.pdu that return types with arguments of type TLVMethods in org.yamcs.cfdp.pdu with parameters of type TLVConstructors in org.yamcs.cfdp.pdu with parameters of type TLVModifierConstructorDescriptionEofPacket
(ConditionCode code, long checksum, long filesize, TLV faultLocation, CfdpHeader header) FinishedPacket
(ConditionCode code, boolean dataComplete, FinishedPacket.FileStatus status, TLV faultLocation, CfdpHeader header) Constructor parameters in org.yamcs.cfdp.pdu with type arguments of type TLVModifierConstructorDescriptionMetadataPacket
(boolean closureRequested, ChecksumType checksumType, int fileSize, String source, String destination, List<TLV> options, CfdpHeader header) -
Uses of TLV in org.yamcs.simulator.cfdp
Constructor parameters in org.yamcs.simulator.cfdp with type arguments of type TLVModifierConstructorDescriptionCfdpSender
(AbstractSimulator simulator, int destinationId, File file, String destinationFileName, List<TLV> metadataOptions, int[] skippedPdus)