gov.nasa.gsfc.drl.rtstps
Class Version
java.lang.Object
gov.nasa.gsfc.drl.rtstps.Version
public final class Version
- extends java.lang.Object
this static class holds the current RT-STPS version number.
3.01 2/7/2003
Occasionally the server would show a traceback from the sorcerer node. It indicated
a concurrent modification error in the gap list while it was creating the construction
record. It appears that sometimes our scheduler was issuing a shutdown before all packets
(gaps, in particular) were recorded. As a consequence, it was creating the CR at the same
time that the last gap was being recorded. I've changed the sorcerer code so that now it
ignores all packets the instant the shutdown command is issued.
3.02 4/11/2003
Some users complained that all PDS files from the same pass did not have the same timestamp.
Fixed with a static time variable.
3.03 9/28/2004
In the Reed Solomon decoder, the default virtual fill was incorrect for interleave 5.
The RS decoder erroneously expected interleave 5 frames to be 1204 bytes instead of 1264.
3.04 6/8/2005
In PDS creation, I delete empty data files.
3.05 10/12/2005
In the servers, I added -Dsecurity=0 to disable security checking and
-Dsecurity=1 to enable it (default)>
3.06 6/6/2006
Added NSLS support.
If an output socket connection fails, just don't send to that socket (rather
than the load failing).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVERSION
private static float FVERSION
IVERSION
private static int IVERSION
VERSION
private static java.lang.String VERSION
Version
public Version()
getVersionNumber
public static int getVersionNumber()
getVersion
public static java.lang.String getVersion()
main
public static void main(java.lang.String[] args)