Skip to content

BeamData

huggins edited this page Apr 10, 2025 · 1 revision

Beam Data

Container for Beam Data information.

struct FBeamData

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.

Back to Top


Constructors

Name Description
FBeamData() Default constructor
FBeamData(DIS::BeamData BeamData) Constructor that takes an OpenDIS Beam Data struct.

Back to Top

Functions

Return Name Description
DIS::BeamData ToOpenDIS() Conversion to an OpenDIS BeamData 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


FBeamData

FBeamData()

Default constructor.

Back to Top


FBeamData

FBeamData(DIS::BeamData BeamData)

Constructor that takes in the OpenDIS BeamData struct

Parameter Description
BeamData The OpenDIS BeamData struct to convert to an FBeamData struct.

Back to Top


ToOpenDIS

DIS::BeamData ToOpenDIS()

Conversion to an OpenDIS BeamData struct.

Returns
The OpenDIS BeamData struct of this FBeamData.

Back to Top


Clone this wiki locally