X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=858ae630aec11f2f1300897cc3ca127a4537e598;hp=fcf74c31acb1a46b792418ecbcede244859a93a3;hpb=07dcf5615620315f4eda91a930b8540e64b625f2;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index fcf74c31..1bcadab4 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -33,9 +33,11 @@ public: sr_dev_inst* dev_inst() const; - std::string format_device_title() const; + void use(SigSession *owner) throw(QString); + + void release(); - bool is_trigger_enabled() const; + std::string format_device_title() const; private: sr_dev_inst *const _sdi;