Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

DriverMessaging::Listener Class Reference

Interface for drivers to receive messages, see addListener() and removeListener(). More...

#include <DriverMessaging.h>


Detailed Description

Interface for drivers to receive messages, see addListener() and removeListener().

We're not using the normal EventRouter system because this will be using interprocess communication, and don't want to deal with interprocess subscriptions for a subset of events

Definition at line 21 of file DriverMessaging.h.

List of all members.

Public Member Functions

virtual ~Listener ()
 destructor
virtual void processDriverMessage (const Message &d)=0
 callback function, will be executed in thread of original postMessage() call

Constructor & Destructor Documentation

virtual DriverMessaging::Listener::~Listener (  )  [virtual]

destructor

Definition at line 24 of file DriverMessaging.h.


Member Function Documentation

virtual void DriverMessaging::Listener::processDriverMessage ( const Message d  )  [pure virtual]

callback function, will be executed in thread of original postMessage() call


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:20 2016 by Doxygen 1.6.3