From 965e757c53d2abc805d927bb7d1d2b62d24bfe4a Mon Sep 17 00:00:00 2001 From: "kurtis.heimerl" Date: Sat, 26 Nov 2011 03:16:54 +0000 Subject: uhd: add 52 MHz transceiver support These are mostly identical changes as added to the non-52MHz implementation with the exception of sample rate. Signed-off-by: Thomas Tsou git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2634 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- Transceiver52M/USRPDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Transceiver52M/USRPDevice.h') diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h index 588ab0c..9ae6da8 100644 --- a/Transceiver52M/USRPDevice.h +++ b/Transceiver52M/USRPDevice.h @@ -112,10 +112,10 @@ private: public: /** Object constructor */ - USRPDevice (double _desiredSampleRate); + USRPDevice (double _desiredSampleRate, bool skipRx); /** Instantiate the USRP */ - bool make(bool skipRx = false); + bool open(); /** Start the USRP */ bool start(); -- cgit v1.2.3