WsfAssociationMessage

WsfAssociationMessage inherits WsfMessage

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

Methods

WsfPlatform SensorPlatform()

Return the sensor platform that the subject message is associated with.

string SensorName()

Return the sensor name that the subject message is associated with.

void SetSensorName(string aName)

Set the sensor name that the subject message is associated with.

WsfTrackId SubjectId()

Return the subject’s track Id.

void SetSubjectId(WsfTrackId aSubjectId)

Set the subject’s track Id.

WsfTrackId AssociatedId()

Return the track Id that the subject track Id is associated with.

void SetAssociatedId(WsfTrackId aSubjectId)

Set the track Id that the subject is associated with.