Hi,

I wrote a rtl module which does data acquisition in periodic mode and
stores the values in fifos.
That runs fine, but now, I want a realtime process reading the fifos in
periodic mode doing some things 
with them using std C lib functions, but I'm not sure if this is
possible.

The examples I read do the realtime stuff in kernel space. User space
programs just do some I/O with 
the fifos, but not at predefined times.
My idea was to do only the data acquisition in kernel space, and the
mathematics in user space.
I will also need the C lib to do some file I/O.
Is this possible?

TIA

Vasili
-- [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/rtlinux/

Reply via email to