尝试写qt模拟器
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef WORKTHREAD_H
|
||||
#define WORKTHREAD_H
|
||||
|
||||
#include <QThread>
|
||||
#include "hal_drive.h"
|
||||
|
||||
class workthread : public QThread
|
||||
{
|
||||
public:
|
||||
workthread();
|
||||
void run();
|
||||
signals:
|
||||
|
||||
};
|
||||
|
||||
#endif // WORKTHREAD_H
|
||||
Reference in New Issue
Block a user