#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) { }