##// END OF EJS Templates
STAR-Dundee USB Brick driver ready for testing.
STAR-Dundee USB Brick driver ready for testing.

File last commit:

r0:2d12462f4460 default
r12:2be2e1f2c5d6 STAR-Dundee USB brick ready for testing default
Show More
memctrlrpywrapper.h
17 lines | 359 B | text/x-c | CLexer
#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