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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,567c75d71a7993ab X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.205.122.65 with SMTP id gf1mr1507178bkc.2.1341234964248; Mon, 02 Jul 2012 06:16:04 -0700 (PDT) Path: y28ni9778bky.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Austin Obyrne Newsgroups: comp.lang.ada Subject: Re: Would this be logical for embedded hardware? Date: Mon, 2 Jul 2012 06:16:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <52386bce-0e18-45e0-a172-e2f8df7d211f@googlegroups.com> NNTP-Posting-Host: 86.151.81.167 Mime-Version: 1.0 X-Trace: posting.google.com 1341234964 13794 127.0.0.1 (2 Jul 2012 13:16:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 2 Jul 2012 13:16:04 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.151.81.167; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-02T06:16:03-07:00 List-Id: On Monday, July 2, 2012 12:19:36 PM UTC+1, Simon Wright wrote: > Austin Obyrne writes: > > > Can I slap my soul on the table here and say I am not at all sure what > > an embedded system really means - as an engineer I immediately > > envisage some piece of equipment that is triggered into action by a > > controlling signal that then runs the equipment according to the > > embedded sytem algorithm. The most dramatic one I can think of is say > > putting down the landing gear of an aircraft (that I happen to be on) > > just when it is needed and the extremme case also of launching a > > nuclear weapon say. > > In an Ada context, "embedded system" would almost always mean this sort > of system. > > > But there is another instance also that I am not at all sure about and > > that is an embedded program within a piece of software written in the > > same language or even a different language - is this just a figment of > > my imagination or does it exist - even under another name = like say a > > task package? > > This too is possible, though less common. > > As an example, TclAdaShell[1] allows you to embed a Tcl interpreter in > an Ada program. > > I've used this to provide a functional testbed; I made the > software-under-tests's services and dependencies visible from Ada, and > the test scripts were written in Tcl. This was highly cost-effective. > > Another use might be to use Tk to implement the GUI of an Ada program. > > I would never refer to this kind of system as "embedded", though. > > [1] http://tcladashell.sf.net Many Thanks - Austin