Class ExplosionDescriptor

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

public class ExplosionDescriptor extends Object implements Serializable
Explosion of a non-munition. Section 6.2.19.3
See Also:
  • Field Details

    • explodingObject

      protected EntityType explodingObject
      Type of the object that exploded. See 6.2.30
    • explosiveMaterial

      protected ExplosiveMaterialCategories explosiveMaterial
      Material that exploded. Can be grain dust, tnt, gasoline, etc. Enumeration uid 310
    • padding

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

      protected float explosiveForce
      Force of explosion, in equivalent KG of TNT
  • Constructor Details

    • ExplosionDescriptor

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