Diana Software
MTestFetchContinuousIO.hh
Go to the documentation of this file.
1 #ifndef _M_TESTFETCHCONTINUOUSIO_HH_
2 #define _M_TESTFETCHCONTINUOUSIO_HH_
3 
38 #include "QModule.hh"
39 
40 class MTestFetchContinuousIO : public Diana::QModule {
41 
42  public:
46  void Init(Diana::QEvent& ev);
47 
49  void Do(Diana::QEvent& ev);
50  //void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
51 
53  void Done();
54  private:
55  std::string fMode;
56 
57  int fTestOK;
58  int fTestKO;
59 
60 };
61 
62 #endif
63 
one-line description of your module
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.