MTestRawEvent.hh
Go to the documentation of this file.00001 #ifndef _M_TESTRAWEVENT_HH_
00002 #define _M_TESTRAWEVENT_HH_
00003
00039 #include "QModule.hh"
00040
00041 class MTestRawEvent : public QModule {
00042
00043 public:
00045 MTestRawEvent(QSequence* s);
00046
00048 ~MTestRawEvent();
00049
00051 void Init();
00052
00054 QEvent* Do(QEvent* ev);
00055
00057 void Done();
00058 private:
00059 int fCheckInterval;
00060 int fReadNum;
00061 int fTestOK;
00062 int fTestKO;
00063
00064 };
00065
00066 #endif
00067