diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 18:28:36 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 18:28:36 -0700 |
commit | 675350a1d69bafaf76e3723707b23ec1d2830e53 (patch) | |
tree | b16bb60d6a7eaccdde64c04fc86491be81f1438f /host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h | |
parent | 145f1d7cf7aa94f67c7ba349e29daff9a7d85d54 (diff) | |
download | uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.gz uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.bz2 uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.zip |
b200, ad9361: Cleanup up AD9361 driver
- Removed transaction interface
- Made the driver a C++ class
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h')
-rw-r--r-- | host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h b/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h deleted file mode 100644 index 552405763..000000000 --- a/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// Copyright 2014 Ettus Research LLC -// - -#ifndef INCLUDED_AD9361_DISPATCH_H -#define INCLUDED_AD9361_DISPATCH_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include <ad9361_transaction.h> - -extern void ad9361_dispatch(const char* request, char* response); - -typedef void (*msgfn)(const char*, ...); - -extern void ad9361_set_msgfn(msgfn pfn); - -#ifdef __cplusplus -} -#endif - -#endif /* INCLUDED_AD9361_DISPATCH_H */ |