From: Mathieu JOINIE-MAURIN <mjoiniem@domain.hid>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai@xenomai.org
Subject: [Xenomai-help] Re : sqrt() function in xenomai kernel module
Date: Wed, 29 Aug 2007 09:02:24 +0000 (GMT) [thread overview]
Message-ID: <904710.33097.qm@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 1567 bytes --]
The application I used is a small controller for robot developped by people in the lab. Before it used to be in RTAI. But now they are trying to use Xenomai. The application is splitted in two parts:
the user side which saves data, manages interfaces and the kernel module which realise all the real time tisk (sampling, writing to electronic card, controler).
The communications between the two is made by 5 pipes (command, parameters, acknowledgment, save, status).
This is why i need to make my sqrt() function (of double variables) into my kernel modul part.
Mathieu
----- Message d'origine ----
De : Jan Kiszka <jan.kiszka@domain.hid>
À : Mathieu JOINIE-MAURIN <mjoiniem@domain.hid>
Cc : xenomai@xenomai.org le : Mercredi, 29 Août 2007, 10h43mn 16s
Objet : Re: [Xenomai-help] sqrt() function in xenomai kernel module
Mathieu JOINIE-MAURIN wrote:
> Hi,
>
> I need to use a sqrt() function in a kernel module code. I am a beginner with Xenomai. Is there any math_module which already exists ?
Counter question: Why do you need to use math in kernel code? It is
generally a sign something is not well split-up between kernel-based
driver code and user-space RT applications.
To answer your question: No, Xenomai does not come with a kernel math
lib because there is not much use for it - generally. Porting the app to
user-space is recommended.
Jan
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
[-- Attachment #2: Type: text/html, Size: 2020 bytes --]
next reply other threads:[~2007-08-29 9:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-29 9:02 Mathieu JOINIE-MAURIN [this message]
2007-08-29 9:16 ` [Xenomai-help] Re : sqrt() function in xenomai kernel module Jan Kiszka
2007-08-29 9:32 ` Gilles Chanteperdrix
2007-08-29 13:20 ` Gilles Chanteperdrix
2007-08-29 13:47 ` Paul
2007-08-29 14:14 ` Jan Kiszka
2007-08-29 14:53 ` Gilles Chanteperdrix
2007-08-29 15:35 ` Philippe Gerum
2007-08-29 9:25 ` Herman Bruyninckx
-- strict thread matches above, loose matches on Subject: below --
2007-08-29 16:10 Fillod Stephane
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=904710.33097.qm@domain.hid \
--to=mjoiniem@domain.hid \
--cc=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.