X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=7f467cf442be629771fa776e327e2b9e9dab9f49;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hp=bdadc2c3e72e44eccc2ca7012f3260358d412824;hpb=2445160a5d1eb98196d2a1d57246d4c37dd13811;p=pulseview.git diff --git a/pv/device/devinst.h b/pv/device/devinst.h index bdadc2c..7f467cf 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -21,10 +21,9 @@ #ifndef PULSEVIEW_PV_DEVICE_DEVINST_H #define PULSEVIEW_PV_DEVICE_DEVINST_H +#include #include -#include - #include #include @@ -32,7 +31,7 @@ #include struct sr_dev_inst; -struct sr_probe; +struct sr_channel; struct sr_channel_group; namespace pv { @@ -65,7 +64,7 @@ public: GVariant* list_config(const sr_channel_group *group, int key); - void enable_probe(const sr_probe *probe, bool enable = true); + void enable_probe(const sr_channel *probe, bool enable = true); /** * @brief Gets the sample limit from the driver.