Uses of Class
edu.nps.moves.dis7.pdus.IFFDataSpecification
Packages that use IFFDataSpecification
-
Uses of IFFDataSpecification in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type IFFDataSpecificationModifier and TypeFieldDescriptionprotected List
<IFFDataSpecification> IFFPduLayer3InterrogatorFormatData.IFFFundamentalParameterDataRecord
Variable length list of fundamental parameters.protected List
<IFFDataSpecification> IFFPduLayer3TransponderFormatData.IFFFundamentalParameterDataRecord
Variable length list of fundamental parameters.protected List
<IFFDataSpecification> IFFPduLayer4InterrogatorFormatData.IFFFundamentalParameterDataRecord
Variable length list of fundamental parameters.protected List
<IFFDataSpecification> IFFPduLayer4TransponderFormatData.IFFFundamentalParameterDataRecord
Variable length list of fundamental parameters.protected List
<IFFDataSpecification> IFFPduLayer5Data.IFFFundamentalParameterDataRecord
Variable length list of fundamental parameters.Methods in edu.nps.moves.dis7.pdus that return IFFDataSpecificationModifier and TypeMethodDescriptionIFFDataSpecification.setIffDataRecords
(List<IFFData> pIffDataRecords) Setter foriffDataRecords
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type IFFDataSpecificationModifier and TypeMethodDescriptionIFFPduLayer3InterrogatorFormatData.getIFFFundamentalParameterDataRecord()
IFFPduLayer3TransponderFormatData.getIFFFundamentalParameterDataRecord()
IFFPduLayer4InterrogatorFormatData.getIFFFundamentalParameterDataRecord()
IFFPduLayer4TransponderFormatData.getIFFFundamentalParameterDataRecord()
IFFPduLayer5Data.getIFFFundamentalParameterDataRecord()
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type IFFDataSpecificationModifier and TypeMethodDescriptionIFFPduLayer3InterrogatorFormatData.setIFFFundamentalParameterDataRecord
(List<IFFDataSpecification> pIFFFundamentalParameterDataRecord) IFFPduLayer3TransponderFormatData.setIFFFundamentalParameterDataRecord
(List<IFFDataSpecification> pIFFFundamentalParameterDataRecord) IFFPduLayer4InterrogatorFormatData.setIFFFundamentalParameterDataRecord
(List<IFFDataSpecification> pIFFFundamentalParameterDataRecord) IFFPduLayer4TransponderFormatData.setIFFFundamentalParameterDataRecord
(List<IFFDataSpecification> pIFFFundamentalParameterDataRecord) IFFPduLayer5Data.setIFFFundamentalParameterDataRecord
(List<IFFDataSpecification> pIFFFundamentalParameterDataRecord)