|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.ccsds.Packet.Annotation
public final class Packet.Annotation
Packet annotation. It contains quality information for a single packet.
Field Summary | |
---|---|
int |
goodByteCount
The number of "good" bytes in this packet, which is the packet length for most packets. |
boolean |
hasSequenceError
If true, there was a packet sequence error between this one and the preceding packet. |
boolean |
isInvalidLength
If true, the packet has an invalid length. |
boolean |
isPacketWithFill
If true, the packet could not be constructed in its entirety, so the Path Service appended fill bytes to it to fill it out to its advertised length. |
Constructor Summary | |
---|---|
Packet.Annotation()
|
Method Summary | |
---|---|
void |
reset()
Reset this annotation so that it can be used for a different packet. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean isInvalidLength
public boolean hasSequenceError
public boolean isPacketWithFill
public int goodByteCount
isPacketWithFill
is
true, then this field is the index of the first fill byte.
Constructor Detail |
---|
public Packet.Annotation()
Method Detail |
---|
public void reset()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |