]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/ConfigKey_methods.hpp
scpi-pps: Add enum pps_scpi_dialect and add to struct scpi_pps,
[libsigrok.git] / bindings / cxx / ConfigKey_methods.hpp
index 353153183b66c23eecc01d34bb2f1997da120df0..bbc7ce8132ef5967f576e1f1e4126f91fe5d9401 100644 (file)
@@ -5,6 +5,7 @@
     /** Description of this configuration key. */
     string description() const;
     /** Get configuration key by string identifier. */
-    static const ConfigKey *get(string identifier);
+    static const ConfigKey *get_by_identifier(string identifier);
     /** Parse a string argument into the appropriate type for this key. */
+    static Glib::VariantBase parse_string(string value, enum sr_datatype dt);
     Glib::VariantBase parse_string(string value) const;