Click or drag to resize

disStructureModulationType Structure

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

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

Information about the type of modulation used for radio transmission shall be represented by a Modulation Type record. This record uniquely identifies the various sets of signal parameters (i.e., the modulation type) that are used to determine whether two radios may interoperate. The modulation is characterized in a generic fashion by the Spread Spectrum, Major Modulation Type, and Detail filds. The classes of interoperable modulation types are enumerated by the System Þeld. This record shall specify the spread-spectrum usage, major modulation type, detailed information, and system compatibility.

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

The disStructureModulationType type exposes the following members.

Methods
  NameDescription
Public methodEquals
Equals override.
(Overrides ValueTypeEquals(Object).)
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
Operators
  NameDescription
Public operatorStatic memberEquality
Comparison operator override.
Public operatorStatic memberInequality
Comparison operator override.
Top
Fields
  NameDescription
Public fielddetail
Detail. This field shall provide certain detailed information depending upon the major modulation type. This field shall be represented by a 16-bit enumeration (see Section 9 of EBV-DOC).
Public fieldmajor
Major Modulation Type. This field shall specify the major classiÞcation of the modulation type. This field shall be represented by a 16-bit enumeration (see Section 9 of EBV-DOC).
Public fieldspreadSpectrum
Spread Spectrum. This field shall indicate the spread spectrum technique or combination of spread spectrum techniques in use.
Public fieldsystem
System. This field shall specify the interpretation of the Modulation Parameter field(s) in the Transmitter PDU. This field shall be represented by a 16-bit enumeration (see Section 9 of EBV-DOC).
Top
Remarks