Issue 5478: slm_event() argument order (lecis-ftf) Source: Creon-Labcontrol AG (Mr. Thorsten Richter, thorsten.richter@creonlabcontrol.com) Nature: Uncategorized Issue Severity: Summary: slm_event(): The parameter lists for DATA_DIRECT and DATA_LINK are not in the same order (dataid, dataformatid and sequence counter) The argument list for DATA_DIRECT: • A Sequence of Octet containing the data values. • A string with the dataformatID • A string with the dataID • A long value with the sequence counter The argument list for DATA_LINK: • A string with the data ID. • A string with a sequence counter. • A string with the dataformatID. • An EDataLinkType defining the link type (Listing 25). • A string with the link value. Resolution: see above Revised Text: On page 2-23 change the text DATA_LINK If the device provides huge volumes of data, it might be reasonable to only provide the controller with a link to the actual data. The controller can then decide whether to access that data or not. The link type is either a link to a file, to the SLM operation get_result_data(), or a database. The link value contains the information needed to retrieve the data from the link target. The argument list: o A string with the data ID. o A string with a sequence counter. o A string with the dataformatID. o An EDataLinkType defining the link type (Listing 25). o A string with the link value. to DATA_LINK If the device provides huge volumes of data, it might be reasonable to only provide the controller with a link to the actual data. The controller can then decide whether to access that data or not. The link type is either a link to a file, to the SLM operation get_result_data(), or a database. The link value contains the information needed to retrieve the data from the link target. The argument list: o A string with the dataformatID. o A string with the data ID. o A string with a sequence counter. o An EDataLinkType defining the link type (Listing 25). o A string with the link value Actions taken: July 10, 2002: received issue December 11, 2002: closed issue Discussion: Maintain the same (top-down) order in both cases (e.g., data ID, data format ID, sequence counter, data | link, etc) End of Annotations:===== To: lecis-ftf@omg.org, lecis-post@yahoogroups.com Subject: LECIS FTF issue TR07: slm_event() argument order X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 From: Thorsten.Richter@creonlabcontrol.com Date: Wed, 10 Jul 2002 09:45:56 +0200 X-MIMETrack: Serialize by Router on domino1/creonlabcontrol/de(Release 5.0.8 |June 18, 2001) at 07/10/2002 01:59:20 PM, Serialize complete at 07/10/2002 01:59:20 PM slm_event(): The parameter lists for DATA_DIRECT and DATA_LINK are not in the same order (dataid, dataformatid and sequence counter) The argument list for DATA_DIRECT: The argument list for DATA_LINK: Best Regards, Thorsten Thorsten Richter Project Manager -------------------------------------------------------------- CREONLLLLLLLABCCCCCCCONTROL AG Europaallee 27-29, D-50226 Frechen, Germany Tel. +49 2234 9207-0 Fax. +49 2234 9207-99 http://www.creonlabcontrol.com -------------------------------------------------------------- X-Sender: tstaab@popmail.esa.lanl.gov X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 09 Aug 2002 10:21:24 -0600 To: lecis-ftf@omg.org From: Torsten Staab Subject: LECIS FTF issue TR7 In response to issue # TR7 "slm_event() argument order" Thorsten.Richter@creonlabcontrol.com wrote: slm_event(): The parameter lists for DATA_DIRECT and DATA_LINK are not in the same order (dataid, dataformatid and sequence counter) The argument list for DATA_DIRECT: The argument list for DATA_LINK: I agree with Thorsten that we should maintain the same (top-down) order in both cases (e.g., data ID, data format ID, sequence counter, data | link, ...) Torsten