|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.RtStpsNode
gov.nasa.gsfc.drl.rtstps.core.xstps.pds.PdsOutput
public final class PdsOutput
This RT-STPS node is a java version of the Sorcerer program. It creates Terra and Aqua PDS or EDS files.
Field Summary | |
---|---|
private Appid[] |
apList
|
static java.lang.String |
CLASSNAME
This is the class name for this RT-STPS node type, which is also the element name. |
private static java.lang.String |
commonTimestamp
|
private java.lang.StringBuffer |
constructionRecordName
|
private PacketKernel |
current
|
private PacketKernel |
firstPacket
|
private boolean |
flushActive
|
private boolean |
isPDS
|
private boolean |
isQuicklookTypeEDS
|
private PacketKernel |
lastPacket
|
private int |
major
|
private int |
minor
|
private OutputFiles |
output
|
private LongStatusItem |
packetsWritten
|
private int |
spid
|
private boolean |
test
|
private long |
totalBytes
|
private int |
totalPackets
|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
linkName, statusItemList, typeName |
Constructor Summary | |
---|---|
PdsOutput()
A null constructor. |
Method Summary | |
---|---|
private java.lang.StringBuffer |
createFileName(org.w3c.dom.Element element)
Create a PDS/EDS file name for the construction record. |
void |
finishSetup(Configuration configuration)
Finish the setup. |
void |
flush()
The session is over. |
void |
load(org.w3c.dom.Element element,
Configuration configuration)
Configure from an XML document. |
void |
putPacket(Packet packet)
Give a packet to this PacketReceiver. |
void |
putPackets(Packet[] packets)
Give an array of packets to this PacketReceiver. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
clear, clone, getElementName, getLinkName, getStatusItems, setLinkName, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.ccsds.PacketReceiver |
---|
getLinkName |
Field Detail |
---|
public static final java.lang.String CLASSNAME
private boolean flushActive
private static java.lang.String commonTimestamp
private Appid[] apList
private int totalPackets
private long totalBytes
private OutputFiles output
private int major
private int minor
private int spid
private boolean test
private boolean isPDS
private java.lang.StringBuffer constructionRecordName
private boolean isQuicklookTypeEDS
private LongStatusItem packetsWritten
private PacketKernel firstPacket
private PacketKernel lastPacket
private PacketKernel current
Constructor Detail |
---|
public PdsOutput()
Method Detail |
---|
public void load(org.w3c.dom.Element element, Configuration configuration) throws RtStpsException
load
in class RtStpsNode
RtStpsException
public void finishSetup(Configuration configuration) throws RtStpsException
finishSetup
in class RtStpsNode
RtStpsException
private java.lang.StringBuffer createFileName(org.w3c.dom.Element element) throws RtStpsException
RtStpsException
public void putPackets(Packet[] packets) throws RtStpsException
putPackets
in interface PacketReceiver
RtStpsException
public void putPacket(Packet packet) throws RtStpsException
putPacket
in interface PacketReceiver
RtStpsException
public void flush() throws RtStpsException
flush
in interface PacketReceiver
flush
in interface Receiver
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |