##// END OF EJS Templates
Started GR-ESB driver.
Started GR-ESB driver.

File last commit:

r22:02fe259f11db default
r22:02fe259f11db default
Show More
gr_esb_bridge.h
24 lines | 544 B | text/x-c | CLexer
Jeandet Alexis
Started GR-ESB driver.
r22 #ifndef GR_ESB_BRIDGE_H
#define GR_ESB_BRIDGE_H
#include "abstractspwbridge.h"
class GR_ESB_bridge : public abstractSpwBridge
{
Q_OBJECT
public:
explicit GR_ESB_bridge(socexplorerplugin *parent = 0);
signals:
public slots:
bool connectBridge();
bool disconnectBridge();
unsigned int Write(unsigned int *Value,unsigned int count, unsigned int address=0);
unsigned int Read(unsigned int *Value,unsigned int count, unsigned int address=0);
int pushRMAPPacket(char* packet,int size);
};
#endif // GR_ESB_BRIDGE_H