##// END OF EJS Templates
Added stop function to dsu3plugin...
Added stop function to dsu3plugin Added pywrapper to spwplugin Added timeout config for spwplugin

File last commit:

r14:f4bd616a53e5 default
r14:f4bd616a53e5 default
Show More
spwpywrapper.h
25 lines | 702 B | text/x-c | CLexer
#ifndef SPWPYWRAPPER_H
#define SPWPYWRAPPER_H
#include <genericPySysdriver.h>
class spwPyWrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit spwPyWrapper(socexplorerplugin *parent = 0);
signals:
bool connectBridge();
bool disconnectBridge();
void StarDundeeSelectBrick(int brickIndex);
void StarDundeeSelectLinkNumber(int linkIndex);
void StarDundeeSelectLinkSpeed(int linkSpeed);
void StarDundeeSetDestinationKey(const QString & destKey);
void StarDundeeSetRmapAddress(const QString & address);
void StarDundeeSetRmapKey(const QString & key);
void StarDundeeSetRmapTimeout(const QString & timeout);
public slots:
};
#endif // SPWPYWRAPPER_H