##// END OF EJS Templates
Added stop function to dsu3plugin...
Added stop function to dsu3plugin Added pywrapper to spwplugin Added timeout config for spwplugin

File last commit:

r14:f4bd616a53e5 default
r14:f4bd616a53e5 default
Show More
dsu3pluginpywrapper.h
20 lines | 395 B | text/x-c | CLexer
#ifndef DSU3PLUGINPYWRAPPER_H
#define DSU3PLUGINPYWRAPPER_H
#include <genericPySysdriver.h>
class dsu3pluginPywrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit dsu3pluginPywrapper(socexplorerplugin *parent = 0);
signals:
bool openFile(QString fileName);
bool loadFile();
bool run();
bool stop();
public slots:
};
#endif // DSU3PLUGINPYWRAPPER_H