:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfAssociationMessage --------------------- .. class:: WsfAssociationMessage inherits WsfMessage :constructible: :cloneable: Methods ======= .. method:: WsfPlatform SensorPlatform() Return the sensor platform that the subject message is associated with. .. method:: string SensorName() Return the sensor name that the subject message is associated with. .. method:: void SetSensorName(string aName) Set the sensor name that the subject message is associated with. .. method:: WsfTrackId SubjectId() Return the subject's track Id. .. method:: void SetSubjectId(WsfTrackId aSubjectId) Set the subject's track Id. .. method:: WsfTrackId AssociatedId() Return the track Id that the subject track Id is associated with. .. method:: void SetAssociatedId(WsfTrackId aSubjectId) Set the track Id that the subject is associated with.