IDetectionSensor Methods |
[This is preliminary documentation and is subject to change.]
The IDetectionSensor type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Called by the system when this object is about to be deleted.
(Inherited from IEquipment.) | |
GetInterfaceT |
Gets an interface from the equipment to support specific functionality (if it exits) or
returns Nothing. Usage ex: GetInterface(Of ITrackingSensor)()
(Inherited from IEquipment.) | |
Initialize |
Called by the system. Prepares the equipment for execution.
(Inherited from IEquipment.) | |
Load |
Load the equipment data from file.
(Inherited from IEquipment.) | |
Process |
Called at regular intervals to allow the equipment to perform any pertinent processing.
(Inherited from IEquipment.) | |
Save |
Save the equipment data to an xml file.
(Inherited from IEquipment.) | |
SetBoresight(IPhysicalEntity) |
Center the area of detection on the current direction of an entity.
| |
SetBoresight(Double, Double) |
Center the area of detection on a direction.
|