Class DirectedEnergyTargetEnergyDeposition

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

public class DirectedEnergyTargetEnergyDeposition extends Object implements Serializable
DE energy depostion properties for a target entity. Section 6.2.20.4
See Also:
  • Field Details

    • targetEntityID

      protected EntityID targetEntityID
      Unique ID of the target entity.
    • padding

      protected short padding
      zero-filled array of padding bits for byte alignment and consistent sizing of PDU data
    • peakIrradiance

      protected float peakIrradiance
      Peak irradiance
  • Constructor Details

    • DirectedEnergyTargetEnergyDeposition

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