ITrackProcessor Methods |
[This is preliminary documentation and is subject to change.]
The ITrackProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTargetEngaged |
Adds an engagement to the collection.
| |
| Clear |
Clear all existing tracks and engagements.
| |
| Initialize |
Will be called by MACE to initialize the track processor.
| |
| Process |
Called by the MACE timer to allow the track processor to perform its operations
| |
| RemoveTargetEngaged |
Removes an engagement from the collection
| |
| UpdateTargetSolutions(IEnumerableTargetSolution) |
Accepts a list of track solution objects to be processed.
| |
| UpdateTargetSolutions(IEnumerableTargetTrack, IEquipment) |
Accepts a list of target track objects to be processed.
|