UCM 1.2 RTF Avatar
  1. OMG Issue

UCM12 — enable the use of message send port type in the shared data connector

  • Key: UCM12-5
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    The shared data connector defined in the standard UCM library involves two port types: sd_writer_pt and sd_reader_pt. In particular, sd_writer_pt is based on an interface that defines three methods: “write_data”, “publish_data” and “cancel_data”. The standard message connector (section 13.1.7) involves a simpler port type msg_emtr_pt, with a single method “push”.
    The shared data connector should support port type msg_emtr_pt, as its API (a single method “push”) is simpler. The shared data connector would then offer to alternative port types to publish data: sd_writer_pt and msg_emtr_pt.

  • Reported: UCM 1.1 — Tue, 26 Feb 2019 11:43 GMT
  • Disposition: Resolved — UCM 1.2
  • Disposition Summary:

    enable the use of message send port type in the shared data connector

    Add a new connector port sd_simple_writer with port type msg_emtr_pt in the declaration of the shared data connector. Change the XML and IDL declarations accordingly.

  • Updated: Tue, 8 Oct 2019 17:58 GMT
  • Attachments: