X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsession.hpp;h=3bb10e25731f5168a826c06497c0af84842d146e;hp=ba07fdcf648ddacd86ec660086eb457482c394a7;hb=4b5537c576c37884c2a0254985893e20ea5338e6;hpb=ffd905668e3268cc834a7b8ae48d778d2b5be365 diff --git a/pv/session.hpp b/pv/session.hpp index ba07fdc..3bb10e2 100644 --- a/pv/session.hpp +++ b/pv/session.hpp @@ -94,7 +94,11 @@ public: */ void set_device(std::shared_ptr 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();