Class MunitionDescriptor

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

public class MunitionDescriptor extends Object implements Serializable
Represents the firing or detonation of a munition. Section 6.2.19.2
See Also:
  • Field Details

    • munitionType

      protected EntityType munitionType
      What munition was used in the burst
    • warhead

      protected MunitionDescriptorWarhead warhead
      type of warhead enumeration uid 60
    • fuse

      protected MunitionDescriptorFuse fuse
      type of fuse used enumeration uid 61
    • quantity

      protected short quantity
      how many of the munition were fired
    • rate

      protected short rate
      rate at which the munition was fired
  • Constructor Details

    • MunitionDescriptor

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