All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] migrating task code from rtai
@ 2007-12-18  7:45 Stéphane ANCELOT
  2007-12-18  8:42 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Stéphane ANCELOT @ 2007-12-18  7:45 UTC (permalink / raw)
  To: xenomai-help

Hi,
I have got a rtai task created as follow, it creates and deletes itself :


void *callbacktask(void *)
{

rt_task_init(...)


while (!stopped)
	{
	....
	}

rt_task_delete(...)

}

what are the replacement functions I could use in xenomai to do the same
thing avoiding breaking lot of code?

Note: I can not use RTAI skins in this xeno system .
Best Regards
Steph




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-18  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18  7:45 [Xenomai-help] migrating task code from rtai Stéphane ANCELOT
2007-12-18  8:42 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.