Thanks Tomasz, i had done this but my problems is how to put this hrtime_t
type in a file or in a printf command. What c header support this?? Which
functions?
Perhaps I didn�t spoke clear
I�ve still searching.

What i intent to do ...
I�m collecting time each time the a interrupt occur on the parallel port and i
want to graphics the results. So in rt i get the time and i write it to a
fifo. In linux i want to collect the times and write them to a file in ascii,
to graphic them in staroffice.

Gustavo


Tomasz Motylewski escribi�:

> On Thu, 25 May 2000, WORM wrote:
>
> > I want to know if it�s possible to convert the hrtime_t variable to
> > ascii (char *) in the kernel in order to use rtf_put function?
>
> Sure.
>
> use (char*) & my_hrtime_t_variable   and sizeof(hrtime_t) as the number of
> characters to send.
>
> --
> Tomek

-- [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