|
|||||||||
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.HDF5Output
@Deprecated public class HDF5Output
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME
Deprecated. This is a class name for this RT-STPS node type. |
static int |
CONSECUTIVE_PERMITTED_ERRORS
Deprecated. If a channel encounters this number of consecutive write errors, it stops writing to the output device and begins discarding data. |
protected int |
consecutiveErrors
Deprecated. The current number of consecutive write errors. |
protected LongStatusItem |
count
Deprecated. A count of the number of units that have passed through this channel. |
protected LongStatusItem |
dicardedCount
Deprecated. A count of units that the channel discarded because the consecutive error threshold was triggered. |
private boolean |
flushed
Deprecated. |
protected LongStatusItem |
outputErrorCount
Deprecated. A count of units that could not be written for any reason. |
private RDRBuilderNPP |
rdrBuilder
Deprecated. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
linkName, statusItemList, typeName |
Constructor Summary | |
---|---|
HDF5Output()
Deprecated. Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. |
void |
finishSetup(Configuration configuration)
Deprecated. Finish the setup. |
void |
flush()
Deprecated. Closes all the resources and finishes the HDF metadata |
void |
load(org.w3c.dom.Element element,
Configuration configuration)
Deprecated. Set up this stps node with a configuration. |
void |
putPacket(Packet packet)
Deprecated. Write a packet to the output RDR file. |
void |
putPackets(Packet[] packets)
Deprecated. 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
public static int CONSECUTIVE_PERMITTED_ERRORS
protected LongStatusItem count
protected LongStatusItem outputErrorCount
protected LongStatusItem dicardedCount
protected int consecutiveErrors
private boolean flushed
private RDRBuilderNPP rdrBuilder
Constructor Detail |
---|
public HDF5Output()
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 |