|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.rt130.PacketType
edu.sc.seis.fissuresUtil.rt130.packetTypes.DataPacket
public class DataPacket
| Field Summary | |
|---|---|
int |
channelNumber
|
java.lang.String |
dataFormat
|
byte[] |
dataFrames
|
int |
dataStreamNumber
|
int |
eventNumber
|
byte |
flags
|
int |
numberOfSamples
|
| Fields inherited from class edu.sc.seis.fissuresUtil.rt130.PacketType |
|---|
aDPP, begin_time_of_first_packet, byteCount, channel_number, cPP, data_stream_number, dP, dSPP, eHP, elevation_, encoded_data, end_time_of_last_packet, eTP, experimentNumber, latitude_, longitude_, number_of_location_readings, number_of_samples, oMPP, packetSequence, packetType, sample_rate, sCPP, sOHP, time, unitIdNumber, year |
| Constructor Summary | |
|---|---|
DataPacket(java.io.DataInput in,
boolean processData)
|
|
DataPacket(DataPacket original)
|
|
| Method Summary |
|---|
| Methods inherited from class edu.sc.seis.fissuresUtil.rt130.PacketType |
|---|
getBeginTimeOfSeismogram, readNextPacket, setBeginTimeOfSeismogram |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String dataFormat
public byte[] dataFrames
public byte flags
public int eventNumber
public int dataStreamNumber
public int channelNumber
public int numberOfSamples
| Constructor Detail |
|---|
public DataPacket(DataPacket original)
throws RT130FormatException
RT130FormatException
public DataPacket(java.io.DataInput in,
boolean processData)
throws java.io.IOException,
RT130FormatException
java.io.IOException
RT130FormatException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||