Class SimulationIdentifier

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

public class SimulationIdentifier extends Object implements Serializable
The unique designation of a simulation when using the 48-bit identifier format shall be specified by the Sim- ulation Identifier record. The reason that the 48-bit format is required in addition to the 32-bit simulation address format that actually identifies a specific simulation is because some 48-bit identifier fields in PDUs may contain either an Object Identifier, such as an Entity ID, or a Simulation Identifier. Section 6.2.80
See Also:
  • Field Details

    • simulationAddress

      protected SimulationAddress simulationAddress
      Simulation address
    • referenceNumber

      protected short referenceNumber
      This field shall be set to zero as there is no reference number associated with a Simulation Identifier.
  • Constructor Details

    • SimulationIdentifier

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