X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=da72015fc7935ffe03efbc846eec85368c92eec3;hb=ae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7;hp=bed7474d12957eeb578d4d91b7d465af36b65ae6;hpb=996b7c9da9b5cb56413e829217e1e7d7d7d520da;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index bed7474..da72015 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -81,12 +81,13 @@ public: /** * Sets device instance that will be used in the next capture session. */ - void set_device(boost::shared_ptr dev_inst); + void set_device(boost::shared_ptr dev_inst) + throw(QString); - void release_device(device::DevInst *dev_inst); + void set_file(const std::string &name) + throw(QString); - void load_file(const std::string &name, - boost::function error_handler); + void release_device(device::DevInst *dev_inst); capture_state get_capture_state() const; @@ -113,8 +114,6 @@ private: void update_signals(boost::shared_ptr dev_inst); - bool is_trigger_enabled() const; - boost::shared_ptr signal_from_probe( const sr_probe *probe) const; @@ -136,12 +135,6 @@ private: boost::function error_handler, sr_input_format *format = NULL); - void load_session_thread_proc( - boost::function error_handler); - - void load_input_thread_proc(const std::string name, sr_input *in, - boost::function error_handler); - void sample_thread_proc(boost::shared_ptr dev_inst, boost::function error_handler);