aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/smpl_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device/smpl_buf.h')
-rw-r--r--Transceiver52M/device/smpl_buf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Transceiver52M/device/smpl_buf.h b/Transceiver52M/device/smpl_buf.h
index e58eb38..e007ae5 100644
--- a/Transceiver52M/device/smpl_buf.h
+++ b/Transceiver52M/device/smpl_buf.h
@@ -37,10 +37,9 @@ class smpl_buf {
public:
/** Sample buffer constructor
@param len number of 32-bit samples the buffer should hold
- @param rate sample clockrate
@param timestamp
*/
- smpl_buf(size_t len, double rate);
+ smpl_buf(size_t len);
~smpl_buf();
/** Query number of samples available for reading