[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hardware API for CommonC++
From: |
David Sugar |
Subject: |
Re: Hardware API for CommonC++ |
Date: |
Sat, 20 Dec 2003 06:36:00 -0500 |
User-agent: |
KMail/1.5.3 |
On Friday 19 December 2003 08:33 am, Marc Boris Dürner wrote:
> Hi,
> This is kind of a progress report. A common API for hardware access can be
> found here:
>
> http://www.arklinux.org/cgi-bin/cvsweb.cgi/HardwareKit/libhwkit/
>
> Issues:
>
> - It is not integrated very much with the CommonC++ base, but I am looking
> at that
> now. This process may have an effect on CommonC++ base itself.
What base classes are you thinking might need to be changed?
> - Streams not yet implemented as std:iostream. I suppose this would be the
> preferred
> way to do it for CommonC++? Or is anybody working on IOSteam classes?
For the moment, yes, we generally use std::iostream :)....
> - I have no access to win32 or BSD atm, so I can only test on Linux. Help
> appreciated!
>
> regards,
> Marc