]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Session: Renamed set_file to set_session_file
[pulseview.git] / pv / session.hpp
index ba07fdcf648ddacd86ec660086eb457482c394a7..3bb10e25731f5168a826c06497c0af84842d146e 100644 (file)
@@ -94,7 +94,11 @@ public:
         */
        void set_device(std::shared_ptr<sigrok::Device> device);
 
-       void set_file(const std::string &name);
+       /**
+        * Sets a sigrok session file as the capture device.
+        * @param name the path to the file.
+        */
+       void set_session_file(const std::string &name);
 
        void set_default_device();