##// END OF EJS Templates
A lot of cleaning,...
A lot of cleaning, -removed deadlock on spwplugin -ambaplugin used to read too much data -removed several build warnings

File last commit:

r44:0935da2bcc7f default
r50:9c702d65566a default
Show More
dsu3pluginpywrapper.h
23 lines | 483 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();
bool cacheDisable();
bool cacheEnable();
bool setCacheEnable(bool enabled);
public slots:
};
#endif // DSU3PLUGINPYWRAPPER_H