-
Key: DDS12-2
-
Legacy Issue Number: 9479
-
Status: closed
-
Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
-
Summary:
Summary:
In the PSM it is returning void. However, in the PIM it is returning ReturnCode_t. Also, all other get_defatult_xxx_qos()methods return ReturnCode_t in both the PIM and the PSM.
Proposed Resolution:
The return code should be changed to ReturnCode_t in the PSM.Proposed Revised Text:
Section 2.2.3 DCPS PSM : IDL
interface Publisher :
Replace
void get_default_datawriter_qos(inout DataWriterQos qos);
With
ReturnCode_t get_default_datawriter_qos(inout DataWriterQos qos); -
Reported: DDS 1.1 — Sun, 2 Apr 2006 05:00 GMT
-
Disposition: Resolved — DDS 1.2
-
Disposition Summary:
The return code should be changed to ReturnCode_t in the PSM.
-
Updated: Fri, 6 Mar 2015 20:58 GMT
DDS12 — Inconsistent prototype for Publisher's get_default_datawriter_qos() method
- Key: DDS12-2
- OMG Task Force: Data Distribution RTF 3