Click or drag to resize

disStructureScanControl Structure

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

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

A scan / track instruction for an emitter's beam for a specific period of time.

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

The disStructureScanControl 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 fieldazimuth
The center of scan in true north degrees, if not tracking an entity.
Public fieldbeamID
The id of the beam when two beams use an identical BPI.
Public fieldbeamParameterIndex
ID used in conjunction with EmitterSystem.EmitterName to lookup locally stored emitter parameters.
Public fieldduration
The length of time in floating point seconds that the beam is active. Zero for infinite.
Public fieldelevation
The center of scan in degrees (0 is level, up is positive), if not tracking an entity.
Public fieldflags
Flags for the Beam Descriptor.
Public fieldpadding
Message Padding.
Public fieldpadding2
Message Padding.
Public fieldtargetEntityID
EID if the target entity or all zeros fro none.
Public fieldtime
The time in floating point seconds as an offset from MissionTime that this beam control instruction is active.
Top
Remarks