|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis.Pdu
edu.nps.moves.dis.RadioCommunicationsFamilyPdu
edu.nps.moves.dis.SignalPdu
@Entity public class SignalPdu
Section 5.3.8.2. Detailed information about a radio transmitter. This PDU requires manually written code to complete. The encodingScheme field can be used in multiple ways, which requires hand-written code to finish. UNFINISHED Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
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 |
Fields inherited from class edu.nps.moves.dis.RadioCommunicationsFamilyPdu |
---|
entityId, fk_entityId, radioId |
Fields inherited from class edu.nps.moves.dis.Pdu |
---|
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp |
Constructor Summary | |
---|---|
SignalPdu()
Constructor |
Method Summary | |
---|---|
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)
|
Methods inherited from class edu.nps.moves.dis.RadioCommunicationsFamilyPdu |
---|
getEntityId, getRadioId, setEntityId, setRadioId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int encodingScheme
protected int tdlType
protected long sampleRate
protected short dataLength
protected short samples
protected java.util.List<OneByteChunk> data
Constructor Detail |
---|
public SignalPdu()
Method Detail |
---|
public int getMarshalledSize()
getMarshalledSize
in class RadioCommunicationsFamilyPdu
public 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 RadioCommunicationsFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class RadioCommunicationsFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class RadioCommunicationsFamilyPdu
buff
- The ByteBuffer at the position to begin writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
unmarshal
in class RadioCommunicationsFamilyPdu
buff
- The ByteBuffer at the position to begin reading
java.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class RadioCommunicationsFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied object
equalsImpl
in class RadioCommunicationsFamilyPdu
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |