Skip to content

FundamentalParameterData

huggins edited this page Apr 10, 2025 · 1 revision

Fundamental Parameter Data

Container for Fundamental Parameter Data information.

struct FFundamentalParameterData

Back to Top


Members

Type Name Description
float BeamAzimuthCenter Specifies the beam azimuth an elevation centers and corresponding half-angles to describe the scan volume.
float BeamAzimuthSweep Specifies the beam azimuth sweep to determine scan volume.
float BeamElevationCenter Specifies the beam elevation center to determine scan volume.
float BeamElevationSweep Specifies the beam elevation sweep to determine scan volume.
float BeamSweepSync This field is provided to allow a receiver to synchronize its regenerated scan pattern to that of the emitter. This field when employed shall specify the percentage of time a scan is through its pattern from its origin.
float EffectiveRadiatedPower Effective radiated power for the emission in DdBm. For a radar noise jammer, indicates the peak of the transmitted power.
float Frequency Center frequency of the emission in hertz.
float FrequencyRange Bandwidth of the frequencies corresponding to the fequency field.
float PulseRepetitionFrequency Average repetition frequency of the emission in hertz.
float PulseWidth Average pulse width of the emission in microseconds.

Back to Top


Constructors

Name Description
FFundamentalParameterData() Default constructor
FFundamentalParameterData(DIS::FundamentalParameterData FundamentalParameterData) Constructor that takes an OpenDIS Fundamental Parameter Data struct.

Back to Top

Functions

Return Name Description
DIS::FundamentalParameterData ToOpenDIS() Conversion to an OpenDIS FundamentalParameterData struct

Details

BeamAzimuthCenter

float BeamAzimuthCenter

Specifies the beam azimuth an elevation centers and corresponding half-angles to describe the scan volume.

Category: GRILL DIS|Structs

Back to Top


BeamAzimuthSweep

float BeamAzimuthSweep

Specifies the beam azimuth sweep to determine scan volume.

Category: GRILL DIS|Structs

Back to Top


BeamElevationCenter

float BeamElevationCenter

Specifies the beam elevation center to determine scan volume.

Category: GRILL DIS|Structs

Back to Top


BeamElevationSweep

float BeamElevationSweep

Specifies the beam elevation sweep to determine scan volume.

Category: GRILL DIS|Structs

Back to Top


BeamSweepSync

float BeamSweepSync

This field is provided to allow a receiver to synchronize its regenerated scan pattern to that of the emitter. This field when employed shall specify the percentage of time a scan is through its pattern from its origin.

Category: GRILL DIS|Structs

Back to Top


EffectiveRadiatedPower

float EffectiveRadiatedPower

Effective radiated power for the emission in DdBm. For a radar noise jammer, indicates the peak of the transmitted power.

Category: GRILL DIS|Structs

Back to Top


Frequency

float Frequency

Center frequency of the emission in hertz.

Category: GRILL DIS|Structs

Back to Top


FrequencyRange

float FrequencyRange

Bandwidth of the frequencies corresponding to the fequency field.

Category: GRILL DIS|Structs

Back to Top


PulseRepetitionFrequency

float PulseRepetitionFrequency

Average repetition frequency of the emission in hertz.

Category: GRILL DIS|Structs

Back to Top


PulseWidth

float PulseWidth

Average pulse width of the emission in microseconds.

Category: GRILL DIS|Structs

Back to Top


FFundamentalParameterData

FFundamentalParameterData()

Default constructor.

Back to Top


FFundamentalParameterData

FFundamentalParameterData(DIS::FundamentalParameterData FundamentalParameterData)

Constructor that takes in the OpenDIS FundamentalParameterData struct

Parameter Description
FundamentalParameterData The OpenDIS FundamentalParameterData struct to convert to an FFundamentalParameterData struct.

Back to Top


ToOpenDIS

DIS::FundamentalParameterData ToOpenDIS()

Conversion to an OpenDIS FundamentalParameterData struct.

Returns
The OpenDIS FundamentalParameterData struct of this FFundamentalParameterData.

Back to Top


Clone this wiki locally