DDS 1.2 RTF Avatar
  1. OMG Issue

DDS12 — Incorect prototype for FooDataWriter method register_instance_w_timestamp()

  • Key: DDS12-13
  • Legacy Issue Number: 9490
  • Status: closed  
  • Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
  • Summary:

    Incorrect prototype for the FooDataWriter method register_instance_w_timestamp() in the PSM

    Summary:
    The handle is incorrectly a parameter when it is already the return.

    Proposed Resolution:
    Remove the incorrect handle parameter.

    Proposed Revised Text:

    Section 2.2.3 DCPS PSM : IDL
    interface FooDataWriter
    On the register_instance_w_timestamp remove the parameter
    "in DDS::InstanceHandle_t handle,"

    The resulting operation is:
    DDS::InstanceHandle_t register_instance_w_timestamp(in Foo instance_data, in DDS::Time_t source_timestamp);

  • Reported: DDS 1.1 — Sun, 2 Apr 2006 05:00 GMT
  • Disposition: Resolved — DDS 1.2
  • Disposition Summary:

    Remove the incorrect handle parameter.

  • Updated: Fri, 6 Mar 2015 20:58 GMT