Class MineEntityIdentifier

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

public class MineEntityIdentifier extends Object implements Serializable
The unique designation of a mine contained in the Minefield Data PDU. No espdus are issued for mine entities. Section 6.2.55 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • simulationAddress

      protected SimulationAddress simulationAddress
      simulationAddress is an undescribed parameter...
    • mineEntityNumber

      protected short mineEntityNumber
      mineEntityNumber is an undescribed parameter...
  • Constructor Details

    • MineEntityIdentifier

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