Where I can get programmers manual for rtems++

Chris Johns chrisj at rtems.org
Fri Aug 11 08:00:20 UTC 2006


Alexander I. Shaykhrazeev wrote:
>
> I'm searching for any manual or documentation about rtems++ and it's 
> classes. Or examples of usage rtemsTask, rtemsTimer, rtemsEvent.
> If someone have examples or any documentation, send it to me, please.
> 

There is none. The design follows the classic API so you can use its 
manual for parameters etc.

FWIW when using C++ these days I would use a template based approach 
that allows you to have more than one thread in a class.

Regards
Chris



More information about the users mailing list