Uses of Class
edu.nps.moves.dis7.utilities.Mode5StatusRecord.Builder
Packages that use Mode5StatusRecord.Builder
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of Mode5StatusRecord.Builder in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities that return Mode5StatusRecord.BuilderModifier and TypeMethodDescriptionMode5StatusRecord.Builder.setAntennaSelection
(AntennaSelection antennaSelection) Default value is AntennaSelection.NO_STATEMENT.Mode5StatusRecord.Builder.setCryptoControlBit
(boolean cryptoControlBit) Set false to indicate Crypto Control IFF data record Not Present, true to indicate Crypto Control IFF Data Record Present.Mode5StatusRecord.Builder.setDamageStatusBit
(boolean damageStatusBit) Set false to indicate No Damage, true to indicate Damaged.Mode5StatusRecord.Builder.setLatLongAltitudeSourceBit
(boolean latLongAltitudeSourceBit) Set false to indicate Compute Locally, true to indicate Mode 5 Transponder Location IFF Data Record Present.Mode5StatusRecord.Builder.setLineTestBit
(boolean lineTestBit) Set false to indicate Not Enabled, true to indicate Enabled.Mode5StatusRecord.Builder.setLocationErrors
(Mode5LocationErrors locationErrors) Default value is Mode5LocationErrors.NO_LOCATION_ERRORS.Mode5StatusRecord.Builder.setMalfunctionBit
(boolean malfunctionBit) Set false to indicate No Malfunction, true to indicate Malfunction.Mode5StatusRecord.Builder.setMode5LevelSelection
(Mode5LevelSelection levelSelection) Default value is Mode5LevelSelection.MODE_5_LEVEL_1.Mode5StatusRecord.Builder.setMode5Reply
(Mode5Reply reply) Default value is Mode5Reply.NO_RESPONSE.Mode5StatusRecord.Builder.setOnOffStatusBit
(boolean onOffStatusBit) Set false to indicate Mode 5 transponder is Off, true to indicate Mode 5 transponder is On.Mode5StatusRecord.Builder.setPlatformType
(Mode5PlatformType platformType) Default value is Mode5PlatformType.GROUND_VEHICLE.