Class UAFundamentalParameter

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

public class UAFundamentalParameter extends Object implements Serializable
Regeneration parameters for active emission systems that are variable throughout a scenario. Section 6.2.91
See Also:
  • Field Details

    • activeEmissionParameterIndex

      protected UAActiveEmissionParameterIndex activeEmissionParameterIndex
      Which database record shall be used uid 146
    • scanPattern

      protected UAScanPattern scanPattern
      The type of scan pattern, If not used, zero uid 147
    • beamCenterAzimuthHorizontal

      protected float beamCenterAzimuthHorizontal
      center azimuth bearing of th emain beam. In radians.
    • azimuthalBeamwidthHorizontal

      protected float azimuthalBeamwidthHorizontal
      Horizontal beamwidth of th emain beam Meastued at the 3dB down point of peak radiated power. In radians.
    • beamCenterDepressionElevation

      protected float beamCenterDepressionElevation
      center of the d/e angle of th emain beam relative to the stablised de angle of the target. In radians.
    • depressionElevationBeamWidth

      protected float depressionElevationBeamWidth
      vertical beamwidth of the main beam. Meastured at the 3dB down point of peak radiated power. In radians.
  • Constructor Details

    • UAFundamentalParameter

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