X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=0715fb8c638b53ac25590841fcbf3a1da3546b68;hp=fcf74c31acb1a46b792418ecbcede244859a93a3;hpb=07dcf5615620315f4eda91a930b8540e64b625f2;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index fcf74c3..1bcadab 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;