memctrlrpywrapper.h
17 lines
| 359 B
| text/x-c
|
CLexer
/ memctrlrplugin / memctrlrpywrapper.h
r0 | #ifndef MEMCTRLRPYWRAPPER_H | |||
#define MEMCTRLRPYWRAPPER_H | ||||
#include <genericPySysdriver.h> | ||||
class memctrlrPyWrapper : public genericPySysdriver | ||||
{ | ||||
Q_OBJECT | ||||
public: | ||||
explicit memctrlrPyWrapper(socexplorerplugin *parent = 0); | ||||
signals: | ||||
bool launchTest(unsigned int baseAddress,unsigned int size); | ||||
public slots: | ||||
}; | ||||
#endif // MEMCTRLRPYWRAPPER_H | ||||