-
Notifications
You must be signed in to change notification settings - Fork 20
BeamData
Container for Beam Data information.
struct FBeamData| 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. |
| Name | Description |
|---|---|
| FBeamData() | Default constructor |
| FBeamData(DIS::BeamData BeamData) | Constructor that takes an OpenDIS Beam Data struct. |
| Return | Name | Description |
|---|---|---|
| DIS::BeamData | ToOpenDIS() | Conversion to an OpenDIS BeamData 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
FBeamData()Default constructor.
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. |
DIS::BeamData ToOpenDIS()Conversion to an OpenDIS BeamData struct.
| Returns |
|---|
| The OpenDIS BeamData struct of this FBeamData. |