WsfTrackMessage

WsfTrackMessage inherits WsfMessage

Construction: WsfTrackMessage newObj = WsfTrackMessage();
Clone: WsfTrackMessage newObj = WsfTrackMessage(other);

A WsfTrackMessage is used to convey tracks between objects in the system. They are most often produced by sensors and track processors.

Methods

WsfTrack Track()

Return the track contained in the message.

void SetTrack(WsfTrack aTrack)

Set the track to the given track.