#include <OutputModule.h>
Public Member Functions | |
virtual void | processFrameData (IFrameData *data) |
OutputModule () | |
Sets GUI. | |
virtual | ~OutputModule () |
Destructor. |
Final module in process chain. Will use the data in some way
Definition at line 11 of file OutputModule.h.
OutputModule::OutputModule | ( | ) |
virtual OutputModule::~OutputModule | ( | ) | [inline, virtual] |
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.
data | Incoming integers or signals |
Implements AbstractModule.
Definition at line 13 of file OutputModule.cpp.