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 TypeClassDescriptionclassclassclassNOT IMPLEMENTEDclassclassclassclassclassclassclassMethods in org.yamcs.cfdp.pdu that return TLVModifier and TypeMethodDescriptionstatic TLVDecodes TLV into a MessageToUser.static TLVTLV.getEntityIdTLV(long entityId, int entityIdLength) EofPacket.getFaultLocation()static TLVTLV.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)