ot::P5GloveSource Class Reference
[Device Input Classes]
This class implements a simple source that sets its valid flag in regular intervals and updates any EventObservers.
More...
#include <P5GloveSource.h>
Inheritance diagram for ot::P5GloveSource:


Public Member Functions | |
| virtual int | isEventGenerator () |
Public Attributes | |
| Event | event |
| int | finger |
Protected Member Functions | |
| P5GloveSource (int finger_) | |
Friends | |
| class | P5GloveModule |
Detailed Description
This class implements a simple source that sets its valid flag in regular intervals and updates any EventObservers.
- Author:
- Hannes Kaufmann, Istvan Barakonyi
Definition at line 76 of file P5GloveSource.h.
Constructor & Destructor Documentation
| ot::P5GloveSource::P5GloveSource | ( | int | finger_ | ) | [inline, protected] |
Member Function Documentation
| virtual int ot::P5GloveSource::isEventGenerator | ( | ) | [inline, virtual] |
tests for EventGenerator interface being present.
Is overriden to return 1 always.
- Returns:
- always 1
Reimplemented from ot::Node.
Definition at line 97 of file P5GloveSource.h.
Friends And Related Function Documentation
friend class P5GloveModule [friend] |
Definition at line 102 of file P5GloveSource.h.
Member Data Documentation
The documentation for this class was generated from the following file: