QXRD  0.11.16
qxrdresponsetimer.h
Go to the documentation of this file.
1 #ifndef QXRDRESPONSETIMER_H
2 #define QXRDRESPONSETIMER_H
3 
4 #include "qcepobject.h"
5 #include <QTimer>
6 #include <QTime>
7 
8 class QxrdResponseTimer : public QObject
9 {
10  Q_OBJECT
11 public:
12  explicit QxrdResponseTimer(int interval, int allowance, QcepObject *parent);
13 
14 public slots:
15  void onTimeout();
16 
17 private:
22 };
23 
24 #endif // QXRDRESPONSETIMER_H
QxrdResponseTimer(int interval, int allowance, QcepObject *parent)