| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
IPCEventTranslator Class Reference#include <EventTranslator.h>
Inheritance diagram for IPCEventTranslator: ![]() Detailed DescriptionAn implementation of EventTranslator which will forward events using the inter-process mechanisms of the current platform.The current implementation creates an RCRegion for each event and then releases its reference to the region after it is sent. A more efficient implementation might retain a queue of recycled RCRegions to reduce allocation costs
Definition at line 128 of file EventTranslator.h.
Member Function Documentation
Called by encodeEvent() to request a buffer for serializing into, must be at least size. This buffer will then be sent to post(), which should free it (or recycle it for usage by a later bufferRequest()) Implements EventTranslator. Definition at line 76 of file EventTranslator.cc.
Called by encodeEvent() after serialization is complete for communication to other processes.
Implements EventTranslator. Definition at line 88 of file EventTranslator.cc.
The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:08:13 2007 by Doxygen 1.4.7 |