aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/USRPDevice.h
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:16:54 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:16:54 +0000
commit965e757c53d2abc805d927bb7d1d2b62d24bfe4a (patch)
treebd78ce2166e17b1f494f38e1d05ac735dac661cb /Transceiver52M/USRPDevice.h
parentd302868b13c4abe5616d5425b1bc47420023831c (diff)
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 <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2634 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M/USRPDevice.h')
-rw-r--r--Transceiver52M/USRPDevice.h4
1 files changed, 2 insertions, 2 deletions
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();