From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47677A8C.3060107@domain.hid> Date: Tue, 18 Dec 2007 08:45:16 +0100 From: =?ISO-8859-1?Q?St=E9phane_ANCELOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] migrating task code from rtai List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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