]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/decoder.h
Do not attempt to decode when required probes have not been specified
[pulseview.git] / pv / data / decode / decoder.h
index f96ba2b6e18e66a3b80e00469fdf2cf05db19c17..087955853ca3f6ad719c6f7063193c20a682b66a 100644 (file)
@@ -62,6 +62,8 @@ public:
 
        void set_option(const char *id, GVariant *value);
 
+       bool have_required_probes() const;
+
        srd_decoder_inst* create_decoder_inst(
                srd_session *const session) const;