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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f822ae7b0f7433c1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!postnews.google.com!11g2000cwr.googlegroups.com!not-for-mail From: "Talulah" Newsgroups: comp.lang.ada Subject: Translating an embedded C algorithm Date: 15 Jan 2007 06:36:56 -0800 Organization: http://groups.google.com Message-ID: <1168871816.263502.212100@11g2000cwr.googlegroups.com> NNTP-Posting-Host: 212.248.198.150 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1168871827 24011 127.0.0.1 (15 Jan 2007 14:37:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 15 Jan 2007 14:37:07 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ukman005.uk.landisgyr.com:3128 (squid/2.5.STABLE10) Complaints-To: groups-abuse@google.com Injection-Info: 11g2000cwr.googlegroups.com; posting-host=212.248.198.150; posting-account=z8Bf2AwAAACTha-0EcZ9lFjw3-dKgDhx Xref: g2news2.google.com comp.lang.ada:8135 Date: 2007-01-15T06:36:56-08:00 List-Id: Hi, I am in the process of writing a book about real-time embedded development (hardware and software). In it there is a section on different programming languages that are available for embedded development. I'm using a small C function that does temperature measurement by linear interpolation of a lookup table as an example. I have C code to do this, and would like to have the same algorithm implemented in other languages. Unfortunately I'm really a C programmer, with very little experience of other languages, so I would like to ask if anyone on this newsgroup is interested in translating the algorithm into Ada. Of course you would be mentioned in thanks in the book once it is finished. If you are interested, I have placed the section of the book here: http://homepages.which.net/~paul.hills/Temporary/Temperature.pdf so you can see the code and description. Please email me if you are interested to paul (dot) hills (who is at) uk (dot) landisgyr (dot) com. Thanks very much Paul Hills