|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.builder.AhInfo
public class AhInfo
Nested Class Summary | |
---|---|
static class |
AhInfo.AhCalibInfo
|
protected static class |
AhInfo.AhComplexNumber
|
static class |
AhInfo.AhEventInfo
|
static class |
AhInfo.AhHed
|
static class |
AhInfo.AhRecordInfo
|
static class |
AhInfo.AhStationInfo
|
static class |
AhInfo.AhTime
|
Field Summary | |
---|---|
static short |
COMPLEX
|
static short |
DOUBLE
|
static java.lang.String |
EMPTY_TEXT
Empty text |
static short |
FLOAT
data types |
static short |
FLOAT4
|
static java.lang.String |
NULL_TEXT
Null text |
static short |
TENSOR
|
static short |
VECTOR
|
Constructor Summary | |
---|---|
AhInfo()
|
Method Summary | |
---|---|
static XdrOutput |
creatXdrOutput(AhInfo.AhHed hed)
Creates the XDR output. |
static boolean |
xdr_putdata(AhInfo.AhHed hed,
XdrOutput xdr)
Writes the data array to the xdr stream. |
static boolean |
xdr_puthead(AhInfo.AhHed hed,
XdrOutput xdr)
Writes the header to the xdr stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short FLOAT
public static final short COMPLEX
public static final short VECTOR
public static final short TENSOR
public static final short FLOAT4
public static final short DOUBLE
public static final java.lang.String NULL_TEXT
public static final java.lang.String EMPTY_TEXT
Constructor Detail |
---|
public AhInfo()
Method Detail |
---|
public static XdrOutput creatXdrOutput(AhInfo.AhHed hed)
hed
- the AH header.
public static boolean xdr_puthead(AhInfo.AhHed hed, XdrOutput xdr)
hed
- the AH header.xdr
- the XDR output.
public static boolean xdr_putdata(AhInfo.AhHed hed, XdrOutput xdr)
hed
- the AH header.xdr
- the XDR output.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |