Class ElectronicEmitter

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

public class ElectronicEmitter extends Object implements Serializable
A device that is able to discharge detectable electromagnetic energy.
See Also:
  • Field Details

    • systemDataLength

      protected byte systemDataLength
      this field shall specify the length of this emitter system's data in 32-bit words.
    • numberOfBeams

      protected byte numberOfBeams
      the number of beams being described in the current PDU for the emitter system being described.
    • padding

      protected short padding
      padding
    • emitterSystem

      protected EmitterSystem emitterSystem
      information about a particular emitter system and shall be represented by an Emitter System record (see 6.2.23).
    • location

      protected Vector3Float location
      the location of the antenna beam source with respect to the emitting entity's coordinate system. This location shall be the origin of the emitter coordinate system that shall have the same orientation as the entity coordinate system. This field shall be represented by an Entity Coordinate Vector record see 6.2.95
    • beams

      protected List<EmitterBeam> beams
      Electronic emission beams
  • Constructor Details

    • ElectronicEmitter

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