Click or drag to resize

ViperControlData Structure

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

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

Data structure that allows remote control over Viper. DIS Data PDU message ID = 503003

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

The ViperControlData type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty
Creates an empty (but with arrays allocated) structure.
Top
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 fieldBandwidth
Radio bandwidth in Hz.
Public fieldDynamicRange
Radios dynamic range in dB.
Public fieldEnableReceive
Receiver enable state.
Public fieldEnableTransmit
Transmitter enable state.
Public fieldFailReceiver
True to induce a receiver failure.
Public fieldFailTransmitter
True to induce a transmitter failure.
Public fieldFlags
Flags indicating action for this message. See comments on ViperControlFlags enum.
Public fieldFrequencyMax
Radios max frequency in Hz.
Public fieldFrequencyMin
Radios min frequency in Hz.
Public fieldFrequencyRx
Receiver frequency in Hz.
Public fieldPan
Pan as a value -1.0 (left speaker) to 1.0 (right speaker).
Public fieldPower
Power in dBm. This is a duplicate value in disStructureTransmitterPacket. Ignored by Viper. To be removed in future versions.
Public fieldRadioID
Radio ID.
Public fieldRadioType
24 UTF8 characters for the radio name.
Public fieldSensitivity
Radios sensitivity in dBm
Public fieldTransmitterPDU
DIS Transmitter PDU.
Public fieldVolume
Volume from 0.0 to 1.0.
Top
See Also