Uses of Class
edu.nps.moves.dis7.test.IFFMode5StatusRecord.Builder
Packages that use IFFMode5StatusRecord.Builder
Package
Description
This package includes a variety of PDU unit tests to confirm opendis7-java code correctness.
-
Uses of IFFMode5StatusRecord.Builder in edu.nps.moves.dis7.test
Methods in edu.nps.moves.dis7.test that return IFFMode5StatusRecord.BuilderModifier and TypeMethodDescriptionIFFMode5StatusRecord.Builder.setAntennaSelection
(AntennaSelection antennaSelection) Default value is AntennaSelection.NO_STATEMENT.IFFMode5StatusRecord.Builder.setCryptoControlBit
(boolean cryptoControlBit) Set false to indicate Crypto Control IFF data record Not Present, true to indicate Crypto Control IFF Data Record Present.IFFMode5StatusRecord.Builder.setDamageStatusBit
(boolean damageStatusBit) Set false to indicate No Damage, true to indicate Damaged.IFFMode5StatusRecord.Builder.setLatLongAltitudeSourceBit
(boolean latLongAltitudeSourceBit) Set false to indicate Compute Locally, true to indicate Mode 5 Transponder Location IFF Data Record Present.IFFMode5StatusRecord.Builder.setLineTestBit
(boolean lineTestBit) Set false to indicate Not Enabled, true to indicate Enabled.IFFMode5StatusRecord.Builder.setLocationErrors
(Mode5LocationErrors locationErrors) Default value is Mode5LocationErrors.NO_LOCATION_ERRORS.IFFMode5StatusRecord.Builder.setMalfunctionBit
(boolean malfunctionBit) Set false to indicate No Malfunction, true to indicate Malfunction.IFFMode5StatusRecord.Builder.setMode5LevelSelection
(Mode5LevelSelection levelSelection) Default value is Mode5LevelSelection.MODE_5_LEVEL_1.IFFMode5StatusRecord.Builder.setMode5Reply
(Mode5Reply reply) Default value is Mode5Reply.NO_RESPONSE.IFFMode5StatusRecord.Builder.setOnOffStatusBit
(boolean onOffStatusBit) Set false to indicate Mode 5 transponder is Off, true to indicate Mode 5 transponder is On.IFFMode5StatusRecord.Builder.setPlatformType
(Mode5PlatformType platformType) Default value is Mode5PlatformType.GROUND_VEHICLE.