Click or drag to resize

disStructureBeam Structure

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

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

Structure that maintains beam related data.

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

The disStructureBeam 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 fieldbeamDataLength
Length in 32 bit words of this and all sub structures
Public fieldbeamFunction
Enumeration of this beams function.
Public fieldbeamID
ID of this beam unique to the parent ElectromagneticSystem.
Public fieldbeamParameterIndex
ID used in conjunction with EmitterSystem.EmitterName to lookup locally stored emitter parameters.
Public fieldbeamStatus
Beam Status. This field shall indicate the status of the beam (e.g., the beam is active or deactivated) and shall be represented by the Beam Status record (see 6.2.12).
Public fieldbeamTarget
Beam Targets
Public fieldfundamentalParameterData
Current parametric data stored in FundamentalParameterData
Public fieldhighDensity
If set, all entiies in scan are assummed to be tracked or jammed.
Public fieldjammingModeSequence
Used to identify the jamming technique being applied.
Public fieldnumberOfTargets
The number of targets being tracked or emitters being jammed in the list below. Set to 0 if high density field below is used.
Top
Remarks