Click or drag to resize

DISNetThresholdsConfig Class

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

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

Simulation Protocol Parameters.
Inheritance Hierarchy
SystemObject
  BSI.MACE.Network.DISDISNetThresholdsConfig

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

The DISNetThresholdsConfig type exposes the following members.

Constructors
  NameDescription
Public methodDISNetThresholdsConfig
Constructor.
Top
Properties
  NameDescription
Public propertyCOLLISION_THRSH
Gets or sets Collision PDU (min) speed threshold, in seconds.
Public propertyDRA_ORIENT_THRSH
Gets or sets Entity State (ES) PDU dead reckoning orientation threshold, in degrees.
Public propertyDRA_POS_THRSH
Gets or sets ES and Designator PDU dead reckoning position threshold, in meters.
Public propertyEE_AZ_THRSH
Gets or sets EE PDU changed data update beam center azimuth threshold, in degrees.
Public propertyEE_EL_THRSH
Gets or sets EE PDU changed data update beam center elevation threshold, in degrees.
Public propertyEE_ERP_THRSH
Gets or sets EE PDU Effective Radiated Power (ERP) threshold, in watts.
Public propertyEE_FREQ_THRSH
Gets or sets EE PDU frequency threshold, in hertz.
Public propertyEE_FRNG_THRSH
Gets or sets EE PDU frequency range threshold, in hertz.
Public propertyEE_HIGH_DENSITY_THRSH
Gets or sets EE PDU high density track/jam threshold.
Public propertyEE_PRF_THRSH
Gets or sets EE PDU Pulse Repetition Frequency (PRF) threshold, in hertz.
Public propertyEE_PW_THRSH
Gets or sets EE PDU Pulse Width (PW) threshold, in seconds.
Public propertyHBT_ESPDU_KIND_CULTURAL_FEATURE
Gets or sets ES PDU heartbeat timer for cultural feature kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_ENVIRONMENTAL
Gets or sets ES PDU heartbeat timer for environmental kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_EXPENDABLE
Gets or sets ES PDU heartbeat timer for expendable kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_LIFE_FORM
Gets or sets ES PDU heartbeat timer for life form kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_MUNITION
Gets or sets ES PDU heartbeat timer for munition kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_RADIO
Gets or sets ES PDU heartbeat timer for radio kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_SENSOR_EMITTER
Gets or sets ES PDU heartbeat timer for sensor/emitter kind entities, in seconds.
Public propertyHBT_ESPDU_KIND_SUPPLY
Gets or sets ES PDU heartbeat timer for supply kind entities, in seconds.
Public propertyHBT_ESPDU_PLATFORM_AIR
Gets or sets ES PDU heartbeat timer for air domain platform entities, in seconds.
Public propertyHBT_ESPDU_PLATFORM_LAND
Gets or sets ES PDU heartbeat timer for land domain platform entities, in seconds.
Public propertyHBT_ESPDU_PLATFORM_SPACE
Gets or sets ES PDU heartbeat timer for space domain platform entities, in seconds.
Public propertyHBT_ESPDU_PLATFORM_SUBSURFACE
Gets or sets ES PDU heartbeat timer for subsurface domain platform entities, in seconds.
Public propertyHBT_ESPDU_PLATFORM_SURFACE
Gets or sets ES PDU heartbeat timer for surface domain platform entities, in seconds.
Public propertyHBT_PDU_DATA_JAMMER_REPORTS
Gets or sets Data PDU heartbeat timer for Jammer Report and Jammer False Targets Report, in seconds.
Public propertyHBT_PDU_DATA_MALD_BEAM_REPORT
Gets or sets Data PDU heartbeat timer for MALD Beam Report, in seconds.
Public propertyHBT_PDU_DESIGNATOR
Gets or sets Designator PDU heartbeat timer, in seconds.
Public propertyHBT_PDU_EE
Gets or sets EE PDU heartbeat timer, in seconds.
Public propertyHBT_PDU_IFF
Gets or sets IFF PDU heartbeat timer, in seconds.
Public propertyHBT_PDU_TRANSMITTER
Gets or sets Transmitter PDU heartbeat timer for transmitters that are currently moving (see also HBT_STATIONARY), in seconds.
Public propertyHBT_STATIONARY
Gets or sets ES PDU heartbeat timer for entities (regardless of kind or domain) that are currently stationary (i.e., Dead Reckoning Algorithm is currently Static). Also applies to the Transmitter PDU for transmitters that are currently stationary. In seconds.
Public propertyHBT_TIMEOUT_MPLIER
Gets or sets Heartbeat multiplier used to calculate the corresponding timeout period; applies to all heartbeat timer parameters.
Public propertyIFF_AZ_THRSH
Gets or sets IFF Layer 2 changed data update beam center azimuth threshold, in degrees.
Public propertyIFF_CHG_LATENCY
Gets or sets IFF PDU changed data update latency (max) parameter, in seconds.
Public propertyIFF_EL_THRSH
Gets or sets IFF Layer 2 changed data update beam center elevation threshold, in degrees.
Public propertyTO_AUTO_RESPONSE_TIMER
Gets or sets Transfer ownership automatic response timeout period, in seconds.
Public propertyTRANS_ORIENT_THRSH
Gets or sets Transmitter PDU changed data update orientation threshold, in degrees.
Public propertyTRANS_POS_THRSH
Gets or sets Transmitter PDU changed data update position threshold, in meters.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Read the data from a file into an object of this type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save the data in this object to an external file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks