|
|||||||||
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.PacketPipeline.Setup
public static class PacketPipeline.Setup
Field Summary | |
---|---|
int |
applicationId
The application id associated with this pipeline. |
boolean |
checkSequenceCounter
If true, the pipeline checks the packet sequence counter and marks packet annotation and status if it detects a sequence error. |
boolean |
discardWrongLengthPackets
If true, the pipeline will discard any packet whose length is less than the minimum packet size or greater than the maximum packet size. |
int |
maxPacketSize
This is the maximum packet size in bytes. |
int |
minPacketSize
This is the minimum packet size in bytes. |
Constructor Summary | |
---|---|
PacketPipeline.Setup(org.w3c.dom.Element element)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int applicationId
public int maxPacketSize
public int minPacketSize
public boolean discardWrongLengthPackets
public boolean checkSequenceCounter
Constructor Detail |
---|
public PacketPipeline.Setup(org.w3c.dom.Element element) throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |