qpidctrl  0.7.1
qpidepicsserialport.h
Go to the documentation of this file.
1 #ifndef QPIDEPICSSERIALPORT_H
2 #define QPIDEPICSSERIALPORT_H
3 
4 #include "qpidserialport.h"
5 
7 {
8  Q_OBJECT
9 public:
10  explicit QPidEpicsSerialPort(QObject *parent = 0);
11 
12 signals:
13 
14 public slots:
15 
16 };
17 
18 #endif // QPIDEPICSSERIALPORT_H
QPidEpicsSerialPort(QObject *parent=0)