Package org.yamcs.tctm
Class CcsdsSeqCountFiller
java.lang.Object
org.yamcs.tctm.CcsdsSeqCountFiller
Fills in the time, seq and checksum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
fill
(byte[] packet) generates a sequence count and fills it in
-
Constructor Details
-
CcsdsSeqCountFiller
public CcsdsSeqCountFiller()
-
-
Method Details
-
fill
public int fill(byte[] packet) generates a sequence count and fills it in- Parameters:
packet
-- Returns:
- returns the generated sequence count
-