Uses of Class
edu.nps.moves.dis7.pdus.MinefieldSensorType
Packages that use MinefieldSensorType
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes supporting open-dis7-java library.
-
Uses of MinefieldSensorType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type MinefieldSensorTypeModifier and TypeFieldDescriptionprotected List<MinefieldSensorType>
MinefieldDataPdu.sensorTypes
Sensor types, each 16-bits longprotected List<MinefieldSensorType>
MinefieldQueryPdu.sensorTypes
Sensor types, each 16-bits longMethods in edu.nps.moves.dis7.pdus that return MinefieldSensorTypeModifier and TypeMethodDescriptionMinefieldSensorType.setSensorType(int pSensorType)
Utility setter forsensorType
MinefieldSensorType.setSensorType(short pSensorType)
Setter forsensorType
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type MinefieldSensorTypeModifier and TypeMethodDescriptionMinefieldDataPdu.getSensorTypes()
Getter forMinefieldDataPdu.sensorTypes
MinefieldQueryPdu.getSensorTypes()
Getter forMinefieldQueryPdu.sensorTypes
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type MinefieldSensorTypeModifier and TypeMethodDescriptionMinefieldDataPdu.setSensorTypes(List<MinefieldSensorType> pSensorTypes)
Setter forMinefieldDataPdu.sensorTypes
MinefieldQueryPdu.setSensorTypes(List<MinefieldSensorType> pSensorTypes)
Setter forMinefieldQueryPdu.sensorTypes