aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/ipc/ipcb210.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device/ipc/ipcb210.h')
-rw-r--r--Transceiver52M/device/ipc/ipcb210.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/Transceiver52M/device/ipc/ipcb210.h b/Transceiver52M/device/ipc/ipcb210.h
new file mode 100644
index 0000000..fbcf1da
--- /dev/null
+++ b/Transceiver52M/device/ipc/ipcb210.h
@@ -0,0 +1,24 @@
+#ifndef IPC_B210_H
+#define IPC_B210_H
+
+#include "magicwrap.h"
+#include "IPCDevice.h"
+#include "../uhd/UHDDevice.h"
+
+
+
+
+class IPC_b210 : public IPCDevice {
+ magicwrap m;
+ public:
+ template<typename... Args>
+ IPC_b210(Args... args): IPCDevice(args...){
+ //drvtest::main(0,0);
+ }
+ virtual ~IPC_b210() {};
+
+ int foo(){return 32;}
+// void ipc_sock_close() override {};
+};
+
+#endif // IPC_B210_H