X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=1cd4be221d31680c42c4385e6861e1cf3afafa6a;hp=fe91a6cbcdb797b5f6da501ca802ad14239c8d64;hpb=921b90c0b3ae0cf44247da3d87bd7dc0612e9681;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index fe91a6cb..1bcadab4 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -31,7 +31,16 @@ class Device : public DevInst public: Device(sr_dev_inst *dev_inst); + sr_dev_inst* dev_inst() const; + + void use(SigSession *owner) throw(QString); + + void release(); + std::string format_device_title() const; + +private: + sr_dev_inst *const _sdi; }; } // device