X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=0a908a7962d451034d732cddd88e3abbb6809c93;hb=6842b5fc481eb43d9aeea81f17e211820d6dc405;hp=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hpb=858ae630aec11f2f1300897cc3ca127a4537e598;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; };