|
|||||||||
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.PathServiceSetup
public class PathServiceSetup
This class defines setup information for a Path Service pipeline. It is associated with one virtual channel and one spacecraft.
Field Summary | |
---|---|
boolean |
discardIdlePackets
If true, the Path Service will discard idle packets. |
boolean |
discardPacketsWithFill
If true, the Path Service will discard any packet with fill. |
int |
maxRationalPacketSize
This is the maximum rational packet size in bytes. |
byte |
packetFill
When the Path Service is unable to fill a packet in its entirety, it will fill the remainder by repeatedly appending this fill byte. |
Constructor Summary | |
---|---|
PathServiceSetup(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 byte packetFill
public boolean discardPacketsWithFill
public boolean discardIdlePackets
public int maxRationalPacketSize
Constructor Detail |
---|
public PathServiceSetup(org.w3c.dom.Element element) throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |