X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=55742c6070e5a020c00042b2c8894e744b13986e;hp=02f3f04bfb11385d17bab9abb0a888396ff50bde;hb=72486b789078f024e4f3404f81118c03b03e2b70;hpb=53aa9bb42c921cfc3a658855598f984cdaac17d0 diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index 02f3f04b..55742c60 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -65,6 +65,8 @@ public: void set_option(const char *id, GVariant *value); + void apply_all_options(); + bool have_required_channels() const; srd_decoder_inst* create_decoder_inst(srd_session *session);