|
|||||||||
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.output.hdf5.RDROutput
public class RDROutput
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME
This is a class name for this RT-STPS node type. |
private static int |
openCount
|
private RDRBuilderNPP |
rdrBuilder
|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
linkName, statusItemList, typeName |
Constructor Summary | |
---|---|
RDROutput()
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
finishSetup(Configuration configuration)
Finish the setup. |
void |
flush()
Closes all the resources with the RDR files |
void |
load(org.w3c.dom.Element element,
Configuration configuration)
Set up this stps node with a configuration. |
void |
putPacket(Packet packet)
Write a packet to the output RDR file. |
void |
putPackets(Packet[] packets)
Write an array of packet to the output. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
clear, 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 RDRBuilderNPP rdrBuilder
private static int openCount
Constructor Detail |
---|
public RDROutput()
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
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
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class RtStpsNode
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |