##// 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.cpp
33 lines | 534 B | text/x-c | CppLexer
#include "gr_esb_bridge.h"
#include "gr_esb_ui.h"
GR_ESB_bridge::GR_ESB_bridge(socexplorerplugin *parent) :
abstractSpwBridge(parent)
{
this->p_GUI = new GR_ESB_ui();
}
bool GR_ESB_bridge::connectBridge()
{
}
bool GR_ESB_bridge::disconnectBridge()
{
}
unsigned int GR_ESB_bridge::Write(unsigned int *Value, unsigned int count, unsigned int address)
{
}
unsigned int GR_ESB_bridge::Read(unsigned int *Value, unsigned int count, unsigned int address)
{
}
int GR_ESB_bridge::pushRMAPPacket(char *packet, int size)
{
}