]> sigrok.org Git - pulseview.git/blobdiff - pv/sigsession.h
Removed sample_rate parameter from start_capture
[pulseview.git] / pv / sigsession.h
index af01ec40a0a59b695bf639bbff367422bc56e306..7805eec65085ee24d7d2f8917eb09f0eca774172 100644 (file)
@@ -64,8 +64,8 @@ public:
 
        capture_state get_capture_state() const;
 
-       void start_capture(struct sr_dev_inst* sdi, uint64_t record_length,
-               uint64_t sample_rate);
+       void start_capture(struct sr_dev_inst* sdi,
+               uint64_t record_length);
 
        void stop_capture();
 
@@ -81,7 +81,7 @@ private:
        void load_thread_proc(const std::string name);
 
        void sample_thread_proc(struct sr_dev_inst *sdi,
-               uint64_t record_length, uint64_t sample_rate);
+               uint64_t record_length);
 
        void feed_in_header(const sr_dev_inst *sdi);