X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=b9e17297eadd1428945648f683cd3bbcc12642aa;hp=fcf74c31acb1a46b792418ecbcede244859a93a3;hb=ae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7;hpb=2445d0b3d64ab051d8a686506910224f9f4e45c7 diff --git a/pv/device/device.h b/pv/device/device.h index fcf74c3..b9e1729 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -33,6 +33,10 @@ public: sr_dev_inst* dev_inst() const; + void use(SigSession *owner) throw(QString); + + void release(); + std::string format_device_title() const; bool is_trigger_enabled() const;