X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=1e0850c8cd9ae8089e2e98df7e65a97f3feae84f;hp=4f0b6dec3137fedf5f679b4b015f27cacee02703;hb=87b79835014a386fb51b52bc993dbb693bd27197;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae diff --git a/pv/device/devinst.h b/pv/device/devinst.h index 4f0b6de..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,13 +59,15 @@ 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); GVariant* list_config(const sr_channel_group *group, int key); - void enable_probe(const sr_channel *probe, bool enable = true); + void enable_channel(const sr_channel *channel, bool enable = true); /** * @brief Gets the sample limit from the driver.