MMSInputThread Class Reference

#include <mmsinputthread.h>

Inheritance diagram for MMSInputThread:

List of all members.


Public Member Functions

 MMSInputThread (class MMSInputManager *manager, MMS_INPUT_DEVICE device, int inputinterval)
 ~MMSInputThread ()
void threadMain ()
 Virtual main method for the thread.

Private Attributes

MMSInputHandlerhandler
class MMSInputManagermanager
MMS_INPUT_DEVICE device
int inputinterval
MMSConfigDataconfig

Detailed Description

Definition at line 39 of file mmsinputthread.h.


Constructor & Destructor Documentation

MMSInputThread::MMSInputThread ( class MMSInputManager manager,
MMS_INPUT_DEVICE  device,
int  inputinterval 
)

Definition at line 42 of file mmsinputthread.cpp.

MMSInputThread::~MMSInputThread (  ) 

Definition at line 49 of file mmsinputthread.cpp.


Member Function Documentation

void MMSInputThread::threadMain (  )  [virtual]

Virtual main method for the thread.

This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.

Implements MMSThread.

Definition at line 53 of file mmsinputthread.cpp.


Member Data Documentation

Definition at line 41 of file mmsinputthread.h.

Definition at line 42 of file mmsinputthread.h.

Definition at line 43 of file mmsinputthread.h.

Definition at line 44 of file mmsinputthread.h.

Definition at line 45 of file mmsinputthread.h.


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