WsfAssociationMessage¶
-
WsfAssociationMessage inherits WsfMessageConstruction:
WsfAssociationMessage newObj = WsfAssociationMessage();
Clone:WsfAssociationMessage newObj = WsfAssociationMessage(other);
Methods¶
- WsfPlatform SensorPlatform()¶
Return the sensor platform 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.