TargetEngaged Class |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE.AI.Commands.EOB
The TargetEngaged type exposes the following members.
Name | Description | |
---|---|---|
TargetEngaged(TargetSolution) |
Constructor.
| |
TargetEngaged(TargetSolution, IEquipmentWeapon, ITrackingSensor, IWeaponGuidance) |
Constructor.
|
Name | Description | |
---|---|---|
Guidance |
Gets or sets guidance for the weapon.
| |
State |
Gets or sets the state of the engagement.
| |
TargetSolution |
Gets or sets the current engaged target data.
| |
TimeEngaged_s |
Gets or sets the time in seconds that this target engagement has been active for.
| |
TimeInWEZ_s |
Gets the time (in seconds) remaining, time to enter (negative time), or
non-convergent (Double.MinValue) to the Weapon Engaement Zone.
| |
TimeOnTarget_s |
Gets or sets the amount of time this track has been above the minimum firing solution confidence in seconds.
| |
Tracking |
Gets or sets a tracking sensor for this engagegment.
| |
WeaponAssigned |
Gets or sets a weapon that may be fired against the target.
| |
WeaponLaunchStatus |
Gets or sets the current statsu of an attempted weapon launch.
| |
WeaponsLaunched |
Weapons launched.
| |
WeaponSystemID |
Gets or sets the identifier of weapons system used.
|
Name | Description | |
---|---|---|
DisableTargetTracker | ||
EnableGuidance |
Turn on weapon guidance, if any, for the fired weapon entity and return the guiding equipment.
| |
EnableTargetTracker |
Turn on the TTR.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FireWeapon |
Fire the WeaponAssigned and return the entity instance.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEquivalent |
Returns true if the objects are the same or the target solution and weapons and sensors are the same.
| |
IsLaunchPermissible |
Determines if the weapon is ready for launch.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Terminate |
Shutdown all related sensors.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |