OutputModule Class Reference
[Processing modules]

Output module. More...

#include <OutputModule.h>

Inheritance diagram for OutputModule:

Inheritance graph
[legend]
Collaboration diagram for OutputModule:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void processFrameData (IFrameData *data)
 OutputModule ()
 Sets GUI.
virtual ~OutputModule ()
 Destructor.


Detailed Description

Output module.

Final module in process chain. Will use the data in some way

Definition at line 11 of file OutputModule.h.


Constructor & Destructor Documentation

OutputModule::OutputModule (  ) 

Sets GUI.

Definition at line 8 of file OutputModule.cpp.

virtual OutputModule::~OutputModule (  )  [inline, virtual]

Destructor.

Definition at line 26 of file OutputModule.h.


Member Function Documentation

void OutputModule::processFrameData ( IFrameData data  )  [virtual]

Does something regarding to the gesture recognized. Throws Warning if data is not of type int or Signal. The chain ends here.

Parameters:
data Incoming integers or signals

Implements AbstractModule.

Definition at line 13 of file OutputModule.cpp.


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

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1