WsfTrackDropMessage¶
-
WsfTrackDropMessage inherits WsfMessageConstruction:
WsfTrackDropMessage newObj = WsfTrackDropMessage();
Clone:WsfTrackDropMessage newObj = WsfTrackDropMessage(other);
A WsfTrackDropMessage is sent by a sensor to its linked processors when it drops a track.
Methods¶
- double Time()¶
Return the simulation time in seconds that the track was dropped.
- WsfTrackId TrackId()¶
Return the track Id of the dropped track.
- int TargetIndex()¶
Return the truth target index of the dropped track.