Click or drag to resize

disStructureScanVector Structure

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Description of a scan vector in this beam.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public struct disStructureScanVector

The disStructureScanVector type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldamplitude
Relative amplitude from 0 to 1.
Public fieldazimuthTheta
The starting horizontal (vertical in polar) angle of the scan vector in degrees.
Public fieldazimuthThetaRate
The movement of the beam in degrees per second.
Public fieldduration
Time in floating point seconds that it takes to complete this scan vector.
Public fieldelevationRadius
The starting vertical (radius in polar) angle of the scan vector in degrees.
Public fieldelevationRadiusRate
The movement of the beam in degrees per second.
Public fieldflags
Flags for the scan vector.
Public fieldpadding
Padding for 64 bit boundary
Public fieldtime
Time in floating point seconds from the beggining of the scan vector table.
Top
Remarks
This structure contains information about the parametrics of the scan vector.
See Also