##// END OF EJS Templates
dsu3plugin now support SRCTRLE_0WS and SRCTRLE_1WS....
dsu3plugin now support SRCTRLE_0WS and SRCTRLE_1WS. Improved AHBUART gui. Fixed error on APB_UART.

File last commit:

r44:0935da2bcc7f default
r49:a5ab5a38b3a9 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