Click or drag to resize

IEquipmentEW Interface

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

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

[Missing <summary> documentation for "T:BSI.MACE.Equipment.IEquipmentEW"]

Namespace:  BSI.MACE.Equipment
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface IEquipmentEW : ITrackingSensor

The IEquipmentEW type exposes the following members.

Properties
  NameDescription
Public propertyDevice
Public propertyMaxEffectiveRange_m
Gets or sets the (uncalculated) maximum effective range for this sensor
(Inherited from ITrackingSensor.)
Public propertyMaxTrackableTargets
Gets the maximum number of targets that can be tracked simultaneously.
(Inherited from ITrackingSensor.)
Public propertyMinTimeOnTarget_s
Gets or sets the minimum time on target to produce trackable results in seconds.
(Inherited from ITrackingSensor.)
Public propertyTargets
Gets an list of targets being tracked.
(Inherited from ITrackingSensor.)
Public propertyTargetTimeout_s
Gets or sets the time (in seconds) of no contact with the target before the target is removed from the track list.
(Inherited from ITrackingSensor.)
Top
Methods
  NameDescription
Public methodAddTarget
Attempts to add a target to the tracked target list according to the TargetReplacementEnum.
(Inherited from ITrackingSensor.)
Public methodRemoveTarget
Removes the target from the list of tracked entities.
(Inherited from ITrackingSensor.)
Top
See Also