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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,df5f84a53f986546,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!feeder3.cambrium.nl!feed.tweaknews.nl!195.14.215.231.MISMATCH!news.netcologne.de!newsfeed-fusi2.netcologne.de!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: Units of measurement for Ada 2.3 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Sat, 19 May 2007 14:37:32 +0200 Message-ID: <8to3dsrxuwtk$.1igf9waqdojr0.dlg@40tude.net> NNTP-Posting-Date: 19 May 2007 14:37:04 CEST NNTP-Posting-Host: f993d104.newsspool2.arcor-online.net X-Trace: DXC=WPoWoQFknA=_A0jCfgHO6>A9EHlD;3Yc24Fo<]lROoR18kF[ http://www.dmitry-kazakov.de/ada/units.htm The library was designed for handling dimensioned values. It supports: - Mixed unit arithmetic. Values in SI (Le Syst�me International d'Unit�s) units can be mixed with irregular units (such as foot and yard) as long as the result is defined; - Shifted unit support (a widely used instance of a shifted unit is degree of Celsius); - The type Measure is generic, parameterized by a floating-point type. A non-generic version based on the type Float is also provided; - String to Measure conversion supports as wide set of irregular units as possible; - GTK+ widgets for comfortable visual measurement unit selection. Changes to the version 2.2: - For GNAT users GPS project files were added; - Compiled with GNAT GPL 2007. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de