##// END OF EJS Templates
fixed fc24 rpm build support.
fixed fc24 rpm build support.

File last commit:

r73:680fae912f57 default
r110:bb586b1394df 0.6
Show More
memtester.h
19 lines | 469 B | text/x-c | CLexer
#ifndef MEMTESTER_H
#define MEMTESTER_H
#include <socexplorerplugin.h>
#include <QObject>
class MemTester : public QObject
{
Q_OBJECT
public:
MemTester(QObject *parent=0);
~MemTester();
static unsigned int measureMemSize(socexplorerplugin* plugin, unsigned int address,unsigned int maxSize=0xFFFFFFFF);
static unsigned int measureMemSize(const QString& plugin, unsigned int address,unsigned int maxSize=0xFFFFFFFF);
public slots:
};
#endif // MEMTESTER_H