Click or drag to resize

disStructureEntityID Structure

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

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

Identifier for DIS entities.

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

The disStructureEntityID type exposes the following members.

Constructors
Properties
  NameDescription
Public propertylongId
Gets or sets a long id composed of the site, application, and entity values. Bits 63 - 48 are the DIS site id. Bits 47 - 32 are the DIS application id. Bits 31 - 16 are the DIS entity id. Bits 15 - 0 are 0 (and lost when setting).
Top
Methods
  NameDescription
Public methodcompareSAE(UInt64)
Compares a entity ID passed in to this one and returns: 0 - No Match. 1 - Site matches or ALL_SITES specified. 2 - App matches or ALL_APPS specified. 3 - Entity matches or ALL_ENTITIES specified.
Public methodcompareSAE(disStructureEntityID)
Compares a entity ID passed in to this one and returns: 0 - No Match. 1 - Site matches or ALL_SITES specified. 2 - App matches or ALL_APPS specified. 3 - Entity matches or ALL_ENTITIES specified.
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 methodToCSV
Returns values in Comma Seperated Value format.
Public methodToString
Returns a description of the entity ID instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
By value comparison of structures.
Public operatorStatic memberInequality
By value comparison of structures.
Top
Fields
  NameDescription
Public fieldapplication
The executable that is running this simulation.
Public fieldentity
The platform or other item identifier.
Public fieldsite
The location of this simulation.
Top
Remarks