|
||||||||
| 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.SensorStatusPacket
public class SensorStatusPacket
SensorStatusPacket contains information relating to "state" of the generating sensor.
| Field Summary | |
|---|---|
static int |
AUTO_GENERATED
Deprecated. Indicates that packet was generated autonomously (i.e. |
| Fields inherited from class org.mbari.siam.distributed.DevicePacket |
|---|
ALL_TYPES, DEVICEMESSAGE_FLAG, HEADER_BYTES, METADATA_FLAG, SENSORDATA_FLAG, SUMMARY_FLAG |
| Constructor Summary | |
|---|---|
SensorStatusPacket(long sourceID,
byte[] cause,
byte[] statusBytes)
Deprecated. |
|
| Method Summary | |
|---|---|
byte[] |
cause()
Deprecated. Indication of what generated the SensorStatusPacket |
byte[] |
getStatusBytes()
Deprecated. Get status bytes. |
| Methods inherited from class org.mbari.siam.distributed.DevicePacket |
|---|
convertToAscii, getParentId, getRecordType, isPrintable, metadataRef, sequenceNo, setMetadataRef, setParentId, setRecordType, setSequenceNo, setSystemTime, sourceID, systemTime, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AUTO_GENERATED
| Constructor Detail |
|---|
public SensorStatusPacket(long sourceID,
byte[] cause,
byte[] statusBytes)
sourceID - unique identifier of source sensorcause - reason for generating packetstatusBytes - status data buffer| Method Detail |
|---|
public byte[] cause()
public byte[] getStatusBytes()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||