X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=0a908a7962d451034d732cddd88e3abbb6809c93;hb=87b79835014a386fb51b52bc993dbb693bd27197;hp=b9e17297eadd1428945648f683cd3bbcc12642aa;hpb=ae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index b9e1729..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,7 +42,7 @@ public: std::string format_device_title() const; - bool is_trigger_enabled() const; + std::map get_device_info() const; private: sr_dev_inst *const _sdi;