|
ANN: Units of measurement for Ada v2.8 The library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and back to strings are provided for all various irre... 6 Jul 2008 05:50
NASA Phoenix? Michael Feldman wrote: Any Ada in that project? If you work on, or close to, that project and can say Yes or No, please reply here, or privately to mfeldman(a)gwu.edu. Mike Feldman Here's the reply I got : "The question you submitted to the Phoenix Mars Mission ask the team has been answered. Your q... 5 Jul 2008 11:29
Using Ada.Containers.Vector and Limited Private types I'm trying to sort a collection of Ada.Directories.Directory_Entry (a limited private type) by storing pointers to them in a Vector but am having problems with accessibility rules. Is it possible to do this? Package Ada.Directories only has procedures that have "in out"/out parameters for the Directory_... 16 Jul 2008 18:12
Units of measurement for Ada v2.7 I am glad that such a program exists in ADA but I think there are more programs that just convert dimensions. What I think that is more urgent is a standard database for such conversions and a package that can use such a database in any program. In the past I wrote such a set of routines (in Visual C++) in which ... 5 Jul 2008 10:28
Pragma Unreferenced in GNAT GPL 2008 After installing GNAT GPL 2008 I get unexpected warnings on unreferenced variables: .... entry Wait (S : Event_State) when True is begin if S = On then requeue Wait_On with abort; else requeue Wait_Off with abort; end if; end Wait; ... 9 Jul 2008 03:27
Functional programming in Ada FP guru Chris Okasaki wrote an interesting post on doing functional programming in Ada. Perhaps mostly a curiosity, but interesting that it can be done. http://okasaki.blogspot.com/2008/07/functional-programming-inada.html ... 4 Jul 2008 00:49
Distributed programming -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm trying to get working the annex E of Ada about Distributed programming. I get very few pieces of information about it. Is there any body out there able to give me some tips how to use disttribuated programming? I know there is some pragma: Remove_Call... 5 Jul 2008 00:19
Interfacing to C and types visible to Ada I have a question related to interfacing to C, but I think it deserves a new thread. Imagine a C API that uses the int type to express something that does not have any dedicated domain. In other words, it is not "number of apples", not "height in meters", not "hotel room number", etc., it is just plain "integer"... 5 Jul 2008 16:36
ANN: Units of measurement for Ada v2.7 The library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and back to strings are provided for all various irre... 2 Jul 2008 17:03
New release of Cheddar, a GNU GPL real time scheduling analyzer We are pleased to announce a new release of Cheddar. Cheddar is a free real time scheduling tool. Cheddar is designed for checking task temporal constraints and buffer sizes of a real time application/system. It can also help you for quick prototyping of real time schedulers. Finally, it can be used for educatio... 1 Jul 2008 12:19 |