You can not send commandline args to a running thread under RT-linux like a
linux proces. You have to make a linux program that gets the arguments. Then
you have to send the recived args to some shared buffer or a rtl fifo. If a
fifo is used then make a rtf_create_handler that gets the message and send
the message to a real time thread. See the frank module in examples/frank.
This should give a ideer what to be done.

Anders Gnistrup


Anumula Venkata Naga Seshaiah wrote:

> Hi Friens,
>
>    I am novice to RTLinux.
>    I want to know whether we can send commandline args to RTL prog.
>    If anybody knows please write to me.
>    If so please write me how to send args .
>
> Advanced Thanx
> Venkat
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> ----- End of forwarded message from [EMAIL PROTECTED] -----
> -- [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/

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [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/

Reply via email to