X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Ffile.h;h=c6c21cac4f3845a138090384ef0d79a23983d574;hb=6842b5fc481eb43d9aeea81f17e211820d6dc405;hp=4a45a823dca1854e3b4e37bf263564eee9e87431;hpb=858ae630aec11f2f1300897cc3ca127a4537e598;p=pulseview.git diff --git a/pv/device/file.h b/pv/device/file.h index 4a45a82..c6c21ca 100644 --- a/pv/device/file.h +++ b/pv/device/file.h @@ -39,6 +39,8 @@ public: public: std::string format_device_title() const; + std::map get_device_info() const; + protected: const std::string _path; };