aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/USRPDevice.h
diff options
context:
space:
mode:
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();