public class ReceiverPdu extends RadioCommunicationsFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
padding1
padding
|
protected float |
receivedPoser
received power
|
protected int |
receiverState
encoding scheme used, and enumeration
|
protected EntityID |
transmitterEntityId
ID of transmitter
|
protected int |
transmitterRadioId
ID of transmitting radio
|
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
ReceiverPdu()
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 |
int |
getMarshalledSize() |
int |
getPadding1() |
float |
getReceivedPoser() |
int |
getReceiverState() |
EntityID |
getTransmitterEntityId() |
int |
getTransmitterRadioId() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setPadding1(int pPadding1) |
void |
setReceivedPoser(float pReceivedPoser) |
void |
setReceiverState(int pReceiverState) |
void |
setTransmitterEntityId(EntityID pTransmitterEntityId) |
void |
setTransmitterRadioId(int pTransmitterRadioId) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getPadding, getPduStatus, marshal, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected int receiverState
protected int padding1
protected float receivedPoser
protected EntityID transmitterEntityId
protected int transmitterRadioId
public int getMarshalledSize()
getMarshalledSize
in class RadioCommunicationsFamilyPdu
public void setReceiverState(int pReceiverState)
public int getReceiverState()
public void setPadding1(int pPadding1)
public int getPadding1()
public void setReceivedPoser(float pReceivedPoser)
public float getReceivedPoser()
public void setTransmitterEntityId(EntityID pTransmitterEntityId)
public EntityID getTransmitterEntityId()
public void setTransmitterRadioId(int pTransmitterRadioId)
public int getTransmitterRadioId()
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 writingjava.nio.BufferOverflowException
- if buff is too smalljava.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 readingjava.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)
PduSuperclass
this
and the supplied objectequalsImpl
in class RadioCommunicationsFamilyPdu
obj
- the object to compare to