Class EventIdentifier

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

public class EventIdentifier extends Object implements Serializable
Identifies an event in the world. Use this format for every PDU EXCEPT the LiveEntityPdu. Section 6.2.34.
See Also:
  • Field Details

    • simulationAddress

      protected SimulationAddress simulationAddress
      Site and application IDs
    • eventNumber

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

    • EventIdentifier

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