Class IFFFundamentalParameterData

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

public class IFFFundamentalParameterData extends Object implements Serializable
Fundamental IFF atc data. Section 6.2.44
See Also:
  • Field Details

    • erp

      protected float erp
      ERP
    • frequency

      protected float frequency
      frequency
    • pgrf

      protected float pgrf
      pgrf
    • pulseWidth

      protected float pulseWidth
      Pulse width
    • burstLength

      protected int burstLength
      Burst length
    • applicableModes

      protected IFFApplicableModes applicableModes
      Applicable modes enumeration uid 339
    • systemSpecificData

      protected byte[] systemSpecificData
      System-specific data
  • Constructor Details

    • IFFFundamentalParameterData

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