|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.adapter.StatusSerializer.FromLog
public static class StatusSerializer.FromLog
Reads a log file of the adapter and tries to construct serialized guider info out of it.
| Field Summary | |
|---|---|
private static String |
PIDLOG
The log output for writing a pid offset. |
private static String |
PIXELLOG
The log output for writing a pixel offset. |
| Constructor Summary | |
|---|---|
StatusSerializer.FromLog()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Supply the log file from the adapter and the yyyymmdd-picknr string. |
private static long |
parseDate(String line)
Parses the date of the log line, returns a long. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String PIXELLOG
private static final String PIDLOG
| Constructor Detail |
|---|
public StatusSerializer.FromLog()
| Method Detail |
|---|
public static void main(String[] arg)
throws IOException
IOExceptionprivate static long parseDate(String line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||