|
WSF
|
#include <WsfTaskManager.hpp>

Public Attributes | |
| WsfTrackId | mTaskTrackId |
| The track ID of the track that was supplied to WsfSensor::StartTracking. | |
| WsfStringId | mSensorName |
| The name of the sensor that is generating the track. | |
| WsfTrackId | mSensorTrackId |
| The sensor track that is being generated as a result of the tracking task. | |
A list of active track request. An entry is created in response to a WSF_ASSOCIATION_MESSAGE. An entry is removed when the sensor track is dropped.
| WsfStringId WsfTaskManager::ActiveTrack::mSensorName |
The name of the sensor that is generating the track.
Referenced by WsfTaskManager::ProcessAssociationMessage().
| WsfTrackId WsfTaskManager::ActiveTrack::mSensorTrackId |
The sensor track that is being generated as a result of the tracking task.
Referenced by WsfTaskManager::ProcessAssociationMessage().
| WsfTrackId WsfTaskManager::ActiveTrack::mTaskTrackId |
The track ID of the track that was supplied to WsfSensor::StartTracking.
Referenced by WsfTaskManager::ProcessAssociationMessage().