]> sigrok.org Git - pulseview.git/blobdiff - pv/devices/inputfile.hpp
Fix #605 by closing current device when another is selected
[pulseview.git] / pv / devices / inputfile.hpp
index 588ccdf243e39c87ca52583678249b17cb42167e..9b9aee88dcbad288f12642397a6b6921d9e83a29 100644 (file)
@@ -41,7 +41,9 @@ public:
                std::shared_ptr<sigrok::InputFormat> format,
                const std::map<std::string, Glib::VariantBase> &options);
 
-       void create();
+       void open();
+
+       void close();
 
        void start();