]> sigrok.org Git - libsigrok.git/blame - bindings/cxx/ConfigKey_methods.hpp
scpi: Remove trailing carriage returns.
[libsigrok.git] / bindings / cxx / ConfigKey_methods.hpp
CommitLineData
84c87085 1 /** Data type used for this configuration key. */
c23c8659 2 const DataType *get_data_type() const;
84c87085 3 /** String identifier for this configuration key, suitable for CLI use. */
c23c8659 4 string get_identifier() const;
84c87085 5 /** Description of this configuration key. */
c23c8659 6 string get_description() const;
84c87085 7 /** Get configuration key by string identifier. */
c23c8659 8 static const ConfigKey *get(string identifier);
84c87085 9 /** Parse a string argument into the appropriate type for this key. */
c23c8659 10 Glib::VariantBase parse_string(string value) const;