public class SignalPdu extends RadioCommunicationsFamilyPdu implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OneByteChunk> |
data
list of eight bit values
|
protected short |
dataLength
length od data
|
protected int |
encodingScheme
encoding scheme used, and enumeration
|
protected long |
sampleRate
sample rate
|
protected short |
samples
number of samples
|
protected int |
tdlType
tdl type
|
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp| Constructor and Description |
|---|
SignalPdu()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
java.util.List<OneByteChunk> |
getData() |
short |
getDataLength() |
int |
getEncodingScheme() |
int |
getMarshalledSize() |
long |
getSampleRate() |
short |
getSamples() |
int |
getTdlType() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setData(java.util.List<OneByteChunk> pData) |
void |
setDataLength(short pDataLength)
Note that setting this value will not change the marshalled value.
|
void |
setEncodingScheme(int pEncodingScheme) |
void |
setSampleRate(long pSampleRate) |
void |
setSamples(short pSamples) |
void |
setTdlType(int pTdlType) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getPadding, getPduStatus, marshal, setPadding, setPduStatusgetExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestampprotected int encodingScheme
protected int tdlType
protected long sampleRate
protected short dataLength
protected short samples
protected java.util.List<OneByteChunk> data
public int getMarshalledSize()
getMarshalledSize in class RadioCommunicationsFamilyPdupublic void setEncodingScheme(int pEncodingScheme)
public int getEncodingScheme()
public void setTdlType(int pTdlType)
public int getTdlType()
public void setSampleRate(long pSampleRate)
public long getSampleRate()
public short getDataLength()
public void setDataLength(short pDataLength)
public void setSamples(short pSamples)
public short getSamples()
public void setData(java.util.List<OneByteChunk> pData)
public java.util.List<OneByteChunk> getData()
public void marshal(java.io.DataOutputStream dos)
marshal in class RadioCommunicationsFamilyPdupublic void unmarshal(java.io.DataInputStream dis)
unmarshal in class RadioCommunicationsFamilyPdupublic void marshal(java.nio.ByteBuffer buff)
marshal in class RadioCommunicationsFamilyPdubuff - The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException - if buff is too smalljava.nio.ReadOnlyBufferException - if buff is read onlyByteBufferpublic void unmarshal(java.nio.ByteBuffer buff)
unmarshal in class RadioCommunicationsFamilyPdubuff - The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException - if buff is too smallByteBufferpublic boolean equals(java.lang.Object obj)
equals in class RadioCommunicationsFamilyPdupublic boolean equalsImpl(java.lang.Object obj)
PduSuperclassthis and the supplied objectequalsImpl in class RadioCommunicationsFamilyPduobj - the object to compare to