aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/USRPDevice.h
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:17:15 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:17:15 +0000
commitd936400b8c348aaf13ef3a6884fecbb4106bbefe (patch)
tree6054670602999875f14cbef0a9b4ae2c60ad1f6d /Transceiver52M/USRPDevice.h
parentdb2aae579cee162e62e44d4efa553b1cd75b2004 (diff)
uhd: allow the non-uhd to still compile unchanged
The missing methods are not implemented and simply return. They didn't exist in the first place. Signed-off-by: Thomas Tsou <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2642 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M/USRPDevice.h')
-rw-r--r--Transceiver52M/USRPDevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h
index 9ae6da8..d35ca25 100644
--- a/Transceiver52M/USRPDevice.h
+++ b/Transceiver52M/USRPDevice.h
@@ -123,6 +123,9 @@ private:
/** Stop the USRP */
bool stop();
+ /** Set priority not supported */
+ void setPriority() { return; }
+
/**
Read samples from the USRP.
@param buf preallocated buf to contain read result