|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.DevicePacket
org.mbari.siam.distributed.SummaryPacket
public class SummaryPacket
SummaryPacket contains a "summary" of multiple data samples.
| Field Summary |
|---|
| Fields inherited from class org.mbari.siam.distributed.DevicePacket |
|---|
ALL_TYPES, DEVICEMESSAGE_FLAG, HEADER_BYTES, METADATA_FLAG, SENSORDATA_FLAG, SUMMARY_FLAG |
| Constructor Summary | |
|---|---|
SummaryPacket()
|
|
SummaryPacket(long sourceID)
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
Get data bytes. |
void |
setData(long time,
byte[] data)
Set message content. |
java.lang.String |
toString()
Return String representation. |
| Methods inherited from class org.mbari.siam.distributed.DevicePacket |
|---|
convertToAscii, getParentId, getRecordType, isPrintable, metadataRef, sequenceNo, setMetadataRef, setParentId, setRecordType, setSequenceNo, setSystemTime, sourceID, systemTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SummaryPacket()
public SummaryPacket(long sourceID)
sourceID - unique identifier of source device.| Method Detail |
|---|
public void setData(long time,
byte[] data)
time - message time-tag (millisec since epoch)data - text bytespublic byte[] getData()
public java.lang.String toString()
toString in class DevicePacket
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||