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, systemIDexerciseID, 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, setSystemIDgetExerciseID, 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, setTimestampprotected LayerHeader layerHeader
protected BeamData beamData
protected BeamData secondaryOperationalData
protected java.util.List<FundamentalParameterDataIff> fundamentalIffParameters
public int getMarshalledSize()
getMarshalledSize in class IffAtcNavAidsLayer1Pdupublic 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 IffAtcNavAidsLayer1Pdupublic void unmarshal(java.io.DataInputStream dis)
unmarshal in class IffAtcNavAidsLayer1Pdupublic void marshal(java.nio.ByteBuffer buff)
marshal in class IffAtcNavAidsLayer1Pdubuff - 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 IffAtcNavAidsLayer1Pdubuff - The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException - if buff is too smallByteBufferpublic boolean equals(java.lang.Object obj)
equals in class IffAtcNavAidsLayer1Pdupublic boolean equalsImpl(java.lang.Object obj)
Pduthis and the supplied objectequalsImpl in class IffAtcNavAidsLayer1Pduobj - the object to compare to