Class SimulationAddress

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

public class SimulationAddress extends Object implements Serializable
A Simulation Address record shall consist of the Site Identification number and the Application Identification number. Section 6.2.79
See Also:
  • Field Details

    • site

      protected short site
      A site is defined as a facility, installation, organizational unit or a geographic location that has one or more simulation applications capable of participating in a distributed event.
    • application

      protected short application
      An application is defined as a software program that is used to generate and process distributed simulation data including live, virtual and constructive data.
  • Constructor Details

    • SimulationAddress

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