]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/binding/deviceoptions.h
Implemented getter behaviour in DeviceOptions
[pulseview.git] / pv / prop / binding / deviceoptions.h
index c2c2917536ab019511f2c4cb71b53cea5f8165d7..b622d9379665a014283bb05eea7799907bd97910 100644 (file)
@@ -47,6 +47,10 @@ private:
        void bind_time_base(const struct sr_config_info *info);
        void bind_vdiv(const struct sr_config_info *info);
 
+private:
+       static const void* enum_getter(
+               const struct sr_dev_inst *sdi, int key);
+
 protected:
        struct sr_dev_inst *const _sdi;
 };