edu.sc.seis.seisFile.earthworm
Class EarthwormMessage

java.lang.Object
  extended by edu.sc.seis.seisFile.earthworm.EarthwormMessage

public class EarthwormMessage
extends java.lang.Object


Field Summary
static byte MESSAGE_TYPE_HEARTBEAT
           
static int MESSAGE_TYPE_MINISEED
           
static byte MESSAGE_TYPE_TRACEBUF2
           
 
Constructor Summary
EarthwormMessage(byte[] bytes)
           
 
Method Summary
 byte[] getData()
           
 int getInstitution()
           
 int getMessageType()
           
 int getModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

EarthwormMessage

public EarthwormMessage(byte[] bytes)
Method Detail

getInstitution

public int getInstitution()

getModule

public int getModule()

getMessageType

public int getMessageType()

getData

public byte[] getData()