X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=0a908a7962d451034d732cddd88e3abbb6809c93;hb=87b79835014a386fb51b52bc993dbb693bd27197;hp=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hpb=b1e8c93d824986328a34d1c36273cb534fd65307;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index 1bcadab..0a908a7 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -21,6 +21,9 @@ #ifndef PULSEVIEW_PV_DEVICE_DEVICE_H #define PULSEVIEW_PV_DEVICE_DEVICE_H +#include +#include + #include "devinst.h" namespace pv { @@ -39,6 +42,8 @@ public: std::string format_device_title() const; + std::map get_device_info() const; + private: sr_dev_inst *const _sdi; };