Jochen Kuepper wrote:
> 
> On Don, 29 Apr 1999 you wrote:
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
(lots of HTML crap...)
> ></HTML>
> 
> Nice to read :-?

Oops... (Well, perhaps if you like HTML code a lot. ;-)
Here's a text only version:

------------------------------------------------
Stefan Schlosske wrote: 

> Hi, 
>
> i want to use C++ in rt-modules. Is it possible? What are the 
> limitations? If it is not possible, why is it not possible? 
>
> Regards, 
>
> Stefan

This has been discussed a few times already... Check out the
archive on the RTL site. :-) 

Anyway, short version: 

       Possible: Yes 

    Limitations: Custom memory management 
                 needed for new/delete 
                 inside RT tasks 

If you can do with (instance_life_time == module_life_time),
using kmalloc()/kfree() for new, new [], delete and delete []
will do. 


//David 
------------------------------------------------

--- [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/

Reply via email to