Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
NoOpEventTranslator Class Reference#include <EventTranslator.h>
Inheritance diagram for NoOpEventTranslator:
![]() Detailed DescriptionFor completeness, if you want to have events be piped directly to the local erouter instead having to be encoded and decoded.Unfortunately, this still entails a memory copy of the event since we have to make a new event for posting to the event router. We could avoid this if events were reference counted or if there was a way to direct the EventRouter not to free the event after processing. Beware of subscribing this class as a listener to the same EventRouter that it is sending to -- could cause infinite recursion Definition at line 81 of file EventTranslator.h.
Constructor & Destructor Documentation
Member Function Documentation
Call this with events which should be forwarded to other processes.
Reimplemented from EventTranslator. Definition at line 65 of file EventTranslator.cc.
should never be called, only included to satisfy interface
Implements EventTranslator. Definition at line 90 of file EventTranslator.h.
should never be called, only included to satisfy interface
Implements EventTranslator. Definition at line 92 of file EventTranslator.h.
Member Data Documentation
the EventRouter to send events to
Definition at line 94 of file EventTranslator.h. Referenced by encodeEvent().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:34 2007 by Doxygen 1.5.4 |