|
|||||||||
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.path.PacketStatus
public final class PacketStatus
This class contains packet status.
Field Summary | |
---|---|
long |
discardedPackets
Number of discarded packets. |
long |
invalidLengthPackets
Number of packets with invalid lengths. |
long |
missingPackets
Number of missing packets. |
long |
packetsOut
Number of packets passed through this pipeline. |
long |
packetsWithFill
Number of short packets, which are packets that have appended fill data. |
long |
sequenceErrors
Number of packet sequence errors discovered in this pipeline. |
Constructor Summary | |
---|---|
PacketStatus()
|
Method Summary | |
---|---|
void |
clear()
Set all counters to zero. |
(package private) void |
count(Packet packet)
Count packet status. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long packetsOut
public long discardedPackets
public long packetsWithFill
public long invalidLengthPackets
public long sequenceErrors
public long missingPackets
Constructor Detail |
---|
public PacketStatus()
Method Detail |
---|
public void clear()
void count(Packet packet)
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 |