From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,61353b948f976da3 X-Google-Attributes: gid103376,public From: laurentau@aol.com (Laurentau) Subject: Re : RTSA vs. OO approach to RTE design Date: 1997/07/13 Message-ID: <19970713191001.PAA03748@ladder01.news.aol.com>#1/1 X-Deja-AN: 256660444 References: <01bc8f26$1daae700$16a9f5cd@asip120> X-Admin: news@aol.com Organization: AOL, http://www.aol.fr Newsgroups: comp.lang.ada Date: 1997-07-13T00:00:00+00:00 List-Id: >Sujet : RTSA vs. OO approach to RTE design >De : "Paul Van Bellinghen" >Date : 13 Jul 1997 00:46:42 GMT > >My company has been using the principles of Real-Time Structured Analysis >to design the software for its real-time embedded systems for several years >(we use Cadre Teamwork with Rational Apex Ada (83) - cross compiled with >VADScross). They (primarily our SW engineering manager) claim that they >have nothing against an object oriented approach but that none of their SW >engineers are trained in applying its principles to an actual system >design. Yes : this is a very important point. In the compagny where I work (they don't pay me enough to make me give their name :-), there were a report written on this subject. A team cannot start from scratch such a work. It means that you will need some "gurus" to help you not to make too much MAJOR errors. And the team must be "young enough" to be able to switch to object oriented stuff. BTW, I am not sure that pure object oriented thinking is good for real time software. If the implementation rely on high level objects, are you sure that you'll be able to control the timings ? L. Aufrechter