DDS 1.1 RTF Avatar
  1. OMG Issue

DDS11 — (R#138) Add instance handle to LivelinessChangedStatus

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

    It would be useful to have a field in LivelinessChangedStatus that provides the instance handle for the last DataWriter for which there was a change in liveliness.

    Proposed Resolution:
    Add a field last_publication_handle to LivelinessChangedStatus.

    Proposed Revised Text:
    Add an attribute "last_publication_handle : InstanceHandle_t" to LivelinessChangedStatus in figure 2-13.
    Add a row to the LivelinessChangedStatus section of the table on page 2-118:
    last_publication_handle Handle to the last DataWriter whose change in liveliness caused this status to change.
    Revise the definition of LivelinessChangedStatus in the IDL PSM in 2.2.3:

    struct LivelinessChangedStatus

    { InstanceHandle_t last_publication_handle; }

    ;

  • Reported: DDS 1.0 — Tue, 1 Mar 2005 05:00 GMT
  • Disposition: Resolved — DDS 1.1
  • Disposition Summary:

    No Data Available

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