All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Process migrieren
@ 2011-07-24 13:12 Franz Engel
  2011-07-24 14:32 ` Adrian Boeing
  2011-07-24 15:30 ` Thomas Lockhart
  0 siblings, 2 replies; 3+ messages in thread
From: Franz Engel @ 2011-07-24 13:12 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

Hello,

 

I use a Api called "KogniMobil RTDB". In the documentation the programmer
wrote that the Api runs with Xenomai. I read the make files of the Api but
there is nothing from Xenomai. Furthermore the programmer wrote that I have
to start the Tasks under the GPOS and after the initialization I have to
migrate the tasks to the RTOS and let them run as a RT-Task. The migration
should do by the methods of Xenomai. Does somebody knows what methods the
programmer means?

 

Regards,

    franz


[-- Attachment #2: Type: text/html, Size: 2429 bytes --]

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

* Re: [Xenomai-help] Process migrieren
  2011-07-24 13:12 [Xenomai-help] Process migrieren Franz Engel
@ 2011-07-24 14:32 ` Adrian Boeing
  2011-07-24 15:30 ` Thomas Lockhart
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Boeing @ 2011-07-24 14:32 UTC (permalink / raw)
  To: Franz Engel; +Cc: xenomai

Hi Franz,

Try talking to the people at RCS/TUM or UniBW who do automotive work
as they use Kognimobil:
http://www.rcs.ei.tum.de/
http://www.unibw.de/lrt8/front-page

Cheers,
-Adrian

2011/7/24 Franz Engel <franz_lambert_engel@domain.hid>:
> Hello,
>
>
>
> I use a Api called „KogniMobil RTDB“. In the documentation the programmer
> wrote that the Api runs with Xenomai. I read the make files of the Api but
> there is nothing from Xenomai. Furthermore the programmer wrote that I have
> to start the Tasks under the GPOS and after the initialization I have to
> migrate the tasks to the RTOS and let them run as a RT-Task. The migration
> should do by the methods of Xenomai. Does somebody knows what methods the
> programmer means?
>
>
>
> Regards,
>
>     franz
>
> !DSPAM:4e2c1be4252901651910249!
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
>
> !DSPAM:4e2c1be4252901651910249!
>
>


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

* Re: [Xenomai-help] Process migrieren
  2011-07-24 13:12 [Xenomai-help] Process migrieren Franz Engel
  2011-07-24 14:32 ` Adrian Boeing
@ 2011-07-24 15:30 ` Thomas Lockhart
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lockhart @ 2011-07-24 15:30 UTC (permalink / raw)
  To: Franz Engel; +Cc: xenomai@xenomai.org


> I use a Api called „KogniMobil RTDB“. In the documentation the 
> programmer wrote that the Api runs with Xenomai. I read the make files 
> of the Api but there is nothing from Xenomai. Furthermore the 
> programmer wrote that I have to start the Tasks under the GPOS and 
> after the initialization I have to migrate the tasks to the RTOS and 
> let them run as a RT-Task. The migration should do by the methods of 
> Xenomai. Does somebody knows what methods the programmer means?
>
I'm sorry I don't have time to look up the details, but here is a code 
snippet from our RT app which transitions a Linux thread to a Xenomai RT 
thread.

hth

                                - Tom

  RT_TASK *mtsk;
  mtsk = (RT_TASK*)malloc(sizeof(RT_TASK));
  ...
  int err = rt_task_shadow(mtsk, 0, pTask->mPriority, T_FPU);

-- 
Thomas Lockhart
Supervisor, Distributed and Real-time Group
Instrument Software and Science Data Systems
Caltech/JPL



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

end of thread, other threads:[~2011-07-24 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 13:12 [Xenomai-help] Process migrieren Franz Engel
2011-07-24 14:32 ` Adrian Boeing
2011-07-24 15:30 ` Thomas Lockhart

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.