#ifndef PCANINTERFACE_H #define PCANINTERFACE_H #include #include #include "PCANBasic.h" class CPCANInterface : public QObject { Q_OBJECT public: explicit CPCANInterface(QObject *parent = 0); int Init(); int DeInit(unsigned short Channel); signals: public slots: }; #endif // PCANINTERFACE_H