ITrackProcessor Interface |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE
The ITrackProcessor type exposes the following members.
Name | Description | |
---|---|---|
StatusString |
Provides an marked-up status string that can optionally be displayed on the MACE properties page
| |
TargetsEngaged |
Gets the list of targets already or about to be engaged.
| |
TargetSolutionList |
Gets the current list of target solutions.
| |
TargetSolutions |
Gets the dictionary of track solutions.
|
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.
|