Class MinefieldSensorType

java.lang.Object
edu.nps.moves.dis7.pdus.MinefieldSensorType
All Implemented Interfaces:
Serializable

public class MinefieldSensorType extends Object implements Serializable
Information about a minefield sensor. Section 6.2.57 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • sensorType

      protected short sensorType
      sensor type. bit fields 0-3 are the type category, 4-15 are teh subcategory
  • Constructor Details

    • MinefieldSensorType

      public MinefieldSensorType()
      Constructor creates and configures a new instance object
  • Method Details