Rick:
What do you need to do? sscanf is a perfectly safe function to use
in RTL as, as you know, all it does is convert strings to other formats.
sscanf is defined in libc.a and, although I've never tried it, I don't
see why static linking into a RTLinux module should not work.
On Fri, Mar 24, 2000 at 02:15:38PM +0000, Pavel Andris wrote:
> On Thu, Mar 23, 2000 at 02:59:59PM -0800, Herbel, Rick wrote:
>
> Hi,
>
> > Sorry if this is a repeat but does any one remember the library to link in
> > to use sscanf in a realtime app -l?
> >
>
> I'm afraid there's no such library. Please correct me if I'm wrong.
>
> There are following options:
>
> - sscanf will be called from a co-operating Linux user space process,
> input/output will be exchanged via FIFOs or shared memory
> - write sscanf of your own (not easy)
> - have a look at RTAI V1.2. As mentioned in very recent discussion here,
> it supports hard real time scheduling for Linux user space processes
> for which (a restricted set of) C lib calls should be available.
>
> Regards,
>
> pa
> --
> ..........................................................................
> Pavel Andris | tel: +421 7 5941 2167
> Institute of Control Theory and Robotics | fax: +421 7 5477 6045
> Slovak Academy of Sciences |
> Dubravska cesta 9 | e-mail: [EMAIL PROTECTED]
> SK - 842 37 Bratislava |
> Slovakia |
> ..........................................................................
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
--
---------------------------------------------------------
Victor Yodaiken
FSMLabs: www.fsmlabs.com www.rtlinux.com
FSMLabs is a servicemark and a service of
VJY Associates L.L.C, New Mexico.
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/