On Friday 09 November 2001 15:25, Ivan Martinez wrote: > What I need from unistd.h is to allow users to use the standard > open-read-write-close interface with realtime fifos, which AFAIK is > supposed to work in realtime code and it actually does in my non-C++ > modules. The alternative is rtf_put-rtf_get, but then I can't say DSLib > completely encapsulates RTLinux' interface anymore.
No, no, no! rtl_posixio is your tool in this case; not unistd. :-) //David Olofson --- Programmer, Reologica Instruments AB .- M A I A -------------------------------------------------. | Multimedia Application Integration Architecture | | A Free/Open Source Plugin API for Professional Multimedia | `----------------------------> http://www.linuxdj.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter | `-------------------------------------> http://olofson.net -' -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
