X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=1e0850c8cd9ae8089e2e98df7e65a97f3feae84f;hb=6842b5fc481eb43d9aeea81f17e211820d6dc405;hp=5a994372d347ca76dca32d151760a6b735d358a9;hpb=858ae630aec11f2f1300897cc3ca127a4537e598;p=pulseview.git diff --git a/pv/device/devinst.h b/pv/device/devinst.h index 5a99437..1e0850c 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -21,6 +21,7 @@ #ifndef PULSEVIEW_PV_DEVICE_DEVINST_H #define PULSEVIEW_PV_DEVICE_DEVINST_H +#include #include #include @@ -58,6 +59,8 @@ public: virtual std::string format_device_title() const = 0; + virtual std::map get_device_info() const = 0; + GVariant* get_config(const sr_channel_group *group, int key); bool set_config(const sr_channel_group *group, int key, GVariant *data);