##// END OF EJS Templates
Started GR-ESB driver.
Started GR-ESB driver.

File last commit:

r14:f4bd616a53e5 default
r22:02fe259f11db 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