Issue 5483: ELocalRemote_ArgType (lecis-ftf) Source: Creon-Labcontrol AG (Mr. Thorsten Richter, thorsten.richter@creonlabcontrol.com) Nature: Uncategorized Issue Severity: Summary: I would suggest a name change in the SLM IDL type "ELocalRemote_ArgType" enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CONTROL }; We should change RELEASE_CONTROL to RELEASE_CTRL. This would be a more consistent naming convention. Resolution: Consistent naming conventions are agreed to be desirable Revised Text: On page 2-11 enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CONTROL }; to enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CTRL }; On page 2-11 change the text If a device is not in use anymore, control should be released (ELocalRemote_ArgType = RELEASE_CONTROL), so that it can be used by another party (remotely or locally). to If a device is not in use anymore, control should be released (ELocalRemote_ArgType = RELEASE_CTRL), so that it can be used by another party (remotely or locally). On page 8-3 change enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CONTROL }; to enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CTRL }; Actions taken: July 10, 2002: received issue December 11, 2002: closed issue Discussion: End of Annotations:===== To: lecis-ftf@omg.org, lecis-post@yahoogroups.com Subject: LECIS FTF issue TR12: ELocalRemote_ArgType X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 From: Thorsten.Richter@creonlabcontrol.com Date: Wed, 10 Jul 2002 17:12:09 +0200 X-MIMETrack: Serialize by Router on domino1/creonlabcontrol/de(Release 5.0.8 |June 18, 2001) at 07/10/2002 05:12:07 PM, Serialize complete at 07/10/2002 05:12:07 PM I would suggest a name change in the SLM IDL type "ELocalRemote_ArgType" enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CONTROL }; We should change RELEASE_CONTROL to RELEASE_CTRL. This would be a more consistent naming convention. 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: Tue, 06 Aug 2002 11:14:16 -0600 To: lecis-ftf@omg.org From: Torsten Staab Subject: LECIS FTF issue # TR12 In response to issue # TR12 Thorsten.Richter@creonlabcontrol.com wrote: I would suggest a name change in the SLM IDL type "ELocalRemote_ArgType" enum ELocalRemote_ArgType { LOCAL_CTRL_REQ, REMOTE_CTRL_REQ, FORCE_LOCAL_CTRL, RELEASE_CONTROL }; We should change RELEASE_CONTROL to RELEASE_CTRL. This would be a more consistent naming convention. Yes, we should be consistent throughout the spec. Using CTRL is fine with me. Torsten