qmca  0.0.20
qmcaepicsinterface.h
Go to the documentation of this file.
1 #ifndef QMCAEPICSINTERFACE_H
2 #define QMCAEPICSINTERFACE_H
3 
4 #include <QObject>
5 
6 class QmcaApplication;
7 
8 class QmcaEpicsInterface : public QObject
9 {
10  Q_OBJECT;
11 
12  public:
14  void shutdown();
15 
16  private:
18 };
19 
20 #endif
QmcaApplication * m_Application
QmcaEpicsInterface(QmcaApplication *app)