Package edu.sc.seis.seisFile.earthworm
Class EarthwormMessage
- java.lang.Object
-
- edu.sc.seis.seisFile.earthworm.EarthwormMessage
-
public class EarthwormMessage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte
MESSAGE_TYPE_HEARTBEAT
static int
MESSAGE_TYPE_MINISEED
static byte
MESSAGE_TYPE_TRACEBUF2
-
Constructor Summary
Constructors Constructor Description EarthwormMessage(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
int
getInstitution()
int
getMessageType()
int
getModule()
-
-
-
Field Detail
-
MESSAGE_TYPE_TRACEBUF2
public static final byte MESSAGE_TYPE_TRACEBUF2
- See Also:
- Constant Field Values
-
MESSAGE_TYPE_HEARTBEAT
public static final byte MESSAGE_TYPE_HEARTBEAT
- See Also:
- Constant Field Values
-
MESSAGE_TYPE_MINISEED
public static final int MESSAGE_TYPE_MINISEED
- See Also:
- Constant Field Values
-
-