Class EmitterSystem

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

public class EmitterSystem extends Object implements Serializable
This field shall specify information about a particular emitter system. Section 6.2.23.
See Also:
  • Field Details

    • emitterName

      protected EmitterName emitterName
      Name of the emitter, 16-bit enumeration uid 75
    • emitterFunction

      protected EmitterSystemFunction emitterFunction
      function of the emitter, 8-bit enumeration uid 76
    • emitterIDNumber

      protected byte emitterIDNumber
      emitter ID, 8-bit enumeration
  • Constructor Details

    • EmitterSystem

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