YULTek/Otarcik_CAN/Sources/PCANInterface.h
2023-01-06 12:46:35 -05:00

21 lines
295 B
C++

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