"Weddington, Eric" <[EMAIL PROTECTED]> wrote:

> Note that there is no C++ maintainer for AVR GCC.

With the current method of declaring interrupt vectors, they
have to be global symbols (of a fixed pattern), so there's
no real chance for them being private class methods.

I vaguely remember that Marek once suggested a different
scheme of handling vectors, but would have to review that in
old emails.  I only remember it could use arbitrary names, so
maybe it would also be possible to have a C++ method be an
interrupt handler.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


_______________________________________________
AVR-chat mailing list
AVR-chat@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to