|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice
gov.nasa.gsfc.drl.rtstps.core.output.FileDevice
class FileDevice
This device writes units to a file. auto-generated file name format: "t" + code + userLabel + currentDateTime + ".dat" code = 'p':packet, 'f':frame, "g":generic unit
Field Summary | |
---|---|
private static java.text.SimpleDateFormat |
sdf
|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice |
---|
output |
Constructor Summary | |
---|---|
FileDevice(org.w3c.dom.Element element,
java.lang.String unitType)
|
Method Summary | |
---|---|
(package private) void |
shutdown()
|
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice |
---|
getOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.text.SimpleDateFormat sdf
Constructor Detail |
---|
FileDevice(org.w3c.dom.Element element, java.lang.String unitType) throws RtStpsException
RtStpsException
Method Detail |
---|
void shutdown() throws RtStpsException
shutdown
in class AbstractOutputDevice
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |