public class IffAtcNavAidsLayer2Pdu extends IffAtcNavAidsLayer1Pdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected BeamData |
beamData
beam data
|
protected java.util.List<FundamentalParameterDataIff> |
fundamentalIffParameters
variable length list of fundamental parameters.
|
protected LayerHeader |
layerHeader
layer header
|
protected BeamData |
secondaryOperationalData
Secondary operational data, 5.2.57
|
emittingEntityId, eventID, fundamentalParameters, location, pad2, systemID
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
IffAtcNavAidsLayer2Pdu()
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 |
BeamData |
getBeamData() |
java.util.List<FundamentalParameterDataIff> |
getFundamentalIffParameters() |
LayerHeader |
getLayerHeader() |
int |
getMarshalledSize() |
BeamData |
getSecondaryOperationalData() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setBeamData(BeamData pBeamData) |
void |
setFundamentalIffParameters(java.util.List<FundamentalParameterDataIff> pFundamentalIffParameters) |
void |
setLayerHeader(LayerHeader pLayerHeader) |
void |
setSecondaryOperationalData(BeamData pSecondaryOperationalData) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getEmittingEntityId, getEventID, getFundamentalParameters, getLocation, getPad2, getSystemID, setEmittingEntityId, setEventID, setFundamentalParameters, setLocation, setPad2, setSystemID
getExerciseID, getLength, getPadding, getPduLength, getPduType, getPduTypeEnum, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, marshalWithDisAbsoluteTimestamp, marshalWithDisAbsoluteTimestamp, marshalWithDisRelativeTimestamp, marshalWithDisRelativeTimestamp, marshalWithNpsTimestamp, marshalWithNpsTimestamp, marshalWithUnixTimestamp, marshalWithUnixTimestamp, readUnsignedInt, readUnsignedInt, setExerciseID, setPadding, setPduLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected LayerHeader layerHeader
protected BeamData beamData
protected BeamData secondaryOperationalData
protected java.util.List<FundamentalParameterDataIff> fundamentalIffParameters
public int getMarshalledSize()
getMarshalledSize
in class IffAtcNavAidsLayer1Pdu
public void setLayerHeader(LayerHeader pLayerHeader)
public LayerHeader getLayerHeader()
public void setBeamData(BeamData pBeamData)
public BeamData getBeamData()
public void setSecondaryOperationalData(BeamData pSecondaryOperationalData)
public BeamData getSecondaryOperationalData()
public void setFundamentalIffParameters(java.util.List<FundamentalParameterDataIff> pFundamentalIffParameters)
public java.util.List<FundamentalParameterDataIff> getFundamentalIffParameters()
public void marshal(java.io.DataOutputStream dos)
marshal
in class IffAtcNavAidsLayer1Pdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class IffAtcNavAidsLayer1Pdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class IffAtcNavAidsLayer1Pdu
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 IffAtcNavAidsLayer1Pdu
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 IffAtcNavAidsLayer1Pdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class IffAtcNavAidsLayer1Pdu
obj
- the object to compare to