Issue 11047: Add Property List Parameter Id (dds-interop-ftf) Source: Real-Time Innovations (Mr. Kenneth Brophy, ken@rti.com ken.brophy@rti.com) Nature: Uncategorized Issue Severity: Summary: Source: Real-Time Innovations, Inc. (Ken Brophy, ken@rti.com) Summary: User definable name-value pairs can serve as a generic and extensible framework for DDS properties. These properties may be serialized in parameter lists and thus need a corresponding unique parameter Id. Resolution: Add parameter Id for Property List. Revised Text: Add section: 8.7.5 Property Lists Property lists are lists of user-definable properties applied to a DDS Entity. An entry in the list is a generic name-value pair. A user defines a pair to be a property for a DDS Participant, DataWriter, or DataReader. This extensible list enables non-DDS specified properties to be applied. The RTPS protocol supports Property lists as inline parameters. Properties can then be propagated during discovery or as inline QoS. Append to Table 9.4: Type PSM Mapping Property_t struct { string name; string value;} Property_t Append to Table 9.11 Name ID Type PID_PROPERTY_LIST 0x0059 sequence<Property_t> Resolution: see above Revised Text: Add section: 8.7.5 Property Lists Property lists are lists of user-definable properties applied to a DDS Entity. An entry in the list is a generic name-value pair. A user defines a pair to be a property for a DDS Participant, DataWriter, or DataReader. This extensible list enables non-DDS specified properties to be applied. The RTPS protocol supports Property lists as inline parameters. Properties can then be propagated during discovery or as inline QoS. Append to Table 9.4: Type PSM Mapping Property_t struct { string name; string value;} Property_t Append to Table 9.11 Name ID Type PID_PROPERTY_LIST 0x0059 sequence<Property_t> Actions taken: May 23, 2007: received issue November 7, 2007: closed issue Discussion: Resolution: Add parameter Id for Property List. End of Annotations:===== s is issue #11047 Add Property List Parameter Id Source: Real-Time Innovations, Inc. (Ken Brophy, ken@rti.com) Summary: User definable name-value pairs can serve as a generic and extensible framework for DDS properties. These properties may be serialized in parameter lists and thus need a corresponding unique parameter Id. Resolution: Add parameter Id for Property List. Revised Text: Add section: 8.7.5 Property Lists Property lists are lists of user-definable properties applied to a DDS Entity. An entry in the list is a generic name-value pair. A user defines a pair to be a property for a DDS Participant, DataWriter, or DataReader. This extensible list enables non-DDS specified properties to be applied. The RTPS protocol supports Property lists as inline parameters. Properties can then be propagated during discovery or as inline QoS. Append to Table 9.4: Type PSM Mapping Property_t struct { string name; string value;} Property_t Append to Table 9.11 Name ID Type PID_PROPERTY_LIST 0x0059 sequence