-
Notifications
You must be signed in to change notification settings - Fork 20
FundamentalParameterData
Container for Fundamental Parameter Data information.
struct FFundamentalParameterData| 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. |
| Name | Description |
|---|---|
| FFundamentalParameterData() | Default constructor |
| FFundamentalParameterData(DIS::FundamentalParameterData FundamentalParameterData) | Constructor that takes an OpenDIS Fundamental Parameter Data struct. |
| Return | Name | Description |
|---|---|---|
| DIS::FundamentalParameterData | ToOpenDIS() | Conversion to an OpenDIS FundamentalParameterData struct |
float BeamAzimuthCenterSpecifies the beam azimuth an elevation centers and corresponding half-angles to describe the scan volume.
Category: GRILL DIS|Structs
float BeamAzimuthSweepSpecifies the beam azimuth sweep to determine scan volume.
Category: GRILL DIS|Structs
float BeamElevationCenterSpecifies the beam elevation center to determine scan volume.
Category: GRILL DIS|Structs
float BeamElevationSweepSpecifies the beam elevation sweep to determine scan volume.
Category: GRILL DIS|Structs
float BeamSweepSyncThis 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
float EffectiveRadiatedPowerEffective radiated power for the emission in DdBm. For a radar noise jammer, indicates the peak of the transmitted power.
Category: GRILL DIS|Structs
float FrequencyCenter frequency of the emission in hertz.
Category: GRILL DIS|Structs
float FrequencyRangeBandwidth of the frequencies corresponding to the fequency field.
Category: GRILL DIS|Structs
float PulseRepetitionFrequencyAverage repetition frequency of the emission in hertz.
Category: GRILL DIS|Structs
float PulseWidthAverage pulse width of the emission in microseconds.
Category: GRILL DIS|Structs
FFundamentalParameterData()Default constructor.
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. |
DIS::FundamentalParameterData ToOpenDIS()Conversion to an OpenDIS FundamentalParameterData struct.
| Returns |
|---|
| The OpenDIS FundamentalParameterData struct of this FFundamentalParameterData. |