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,28cd88f67a91b3ce,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.74.201 with SMTP id w9mr8734567pbv.0.1327438978058; Tue, 24 Jan 2012 13:02:58 -0800 (PST) Path: lh20ni219922pbb.0!nntp.google.com!news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Ada industrial control widgets v1.1 Date: Tue, 24 Jan 2012 22:02:51 +0100 Organization: cbb software GmbH Message-ID: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: CNp+VBSYV+ysZXOiVRxJxw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-01-24T22:02:51+01:00 List-Id: The library is provides meant for designing high-quality industrial control widgets for Ada applications. The software is based on GtkAda and cairoada, Ada bindings to GTK+ and cairo. The key features of the library: - Widgets composed of transparent layers drawn by cairo; - Fully scalable graphics; - Support of time controlled refresh policy for real-time and heavy-duty applications; - Caching graphical operations; - Stream I/O support for serialization and deserialization; - Ready-to-use gauge, meter, oscilloscope widgets; - Editor widget for WYSIWYG design of complex dashboards. http://www.dmitry-kazakov.de/ada/aicwl.htm This release introduces waveform layers and multi-channel oscilloscope widgets for rendering massive amounts of data in real-time, with data sampled asynchronously to rendering. The oscilloscope widget can be used for plotting purpose as well. The widget supports graph papers, annotated axes, auto- and manual scaling, visual zooming, zooming undo/redo buffers, mouse hovering. All widgets support rendering of snapshots on the surfaces supported by cairo, e.g. into a PDF or SVG file. The library is fully compatible to the GtkAda versions 2.14, 2.18 and 2.24. It is packaged for Debian and Fedora, 32- and 64-bit x86 platforms. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de