Hello everybody,

is there an opposite function of rt_task_shadow() that turns a real time enabled
task back in a normal linux task?
My idea is:

void main()
{
    ... Init stuff
    rt_task_shadow();
    ...Do some realtime stuff
    rt_task_unshadow();
    ...Continue with normal stuff
}

When I do a rt_task_delete() for rt_task_unshadow() in my example, the 
application
stops there.
I do not want to have a separate task for the realtime stuff as I do not want 
to synchronize
them with the standard linux task... (Perhaps, I have to do that...)

Thanks for all feedback on that.

Regards

Mathias

-- 
Mathias Koehrer
[EMAIL PROTECTED]


Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  44,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to