Click or drag to resize

disStructureEventID Structure

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

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

Event ID record.

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

The disStructureEventID 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 fieldapplication
Simulation address.
Public fieldeventNum
Event number, reused when exhausted.
Public fieldsite
Simulation address.
Top
Remarks
This record shall consist of a Simulation Address record and a 16-bit unsigned integer specifying the event number. The latter is uniquely assigned within the host by the simulation application that initiates the sequence of events. The Event Number field of the Event Identifier record shall be set to one for each exercise and incremented by one for each Þre event, collision event, or electromagnetic mission event. In the case where all possible values are exhausted, the numbers may be reused beginning again at one. The format of the Event Identifier record shall be as shown in table 20.
See Also