Class LiveSimulationAddress

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

public class LiveSimulationAddress extends Object implements Serializable
A simulation's designation associated with all Live Entity IDs contained in Live Entity PDUs. Section 6.2.55 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • liveSiteNumber

      protected byte liveSiteNumber
      facility, installation, organizational unit or geographic location may have multiple sites associated with it. The Site Number is the first component of the Live Simulation Address, which defines a live simulation.
    • liveApplicationNumber

      protected byte liveApplicationNumber
      An application associated with a live site is termed a live application. Each live application participating in an event
  • Constructor Details

    • LiveSimulationAddress

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