]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decodesignal.hpp
Implement binary class selector
[pulseview.git] / pv / data / decodesignal.hpp
index 94913b9d8285c6291cf22ae3041f2d75412df778..0a45b5e57755fe2abc9bce77ad48f4a81d4290f9 100644 (file)
@@ -206,7 +206,7 @@ Q_SIGNALS:
        void decoder_stacked(void* decoder); ///< decoder is of type decode::Decoder*
        void decoder_removed(void* decoder); ///< decoder is of type decode::Decoder*
        void new_annotations(); // TODO Supply segment for which they belong to
-       void new_binary_data(unsigned int segment_id, unsigned int bin_class_id);
+       void new_binary_data(unsigned int segment_id, void* decoder, unsigned int bin_class_id);
        void decode_reset();
        void decode_finished();
        void channels_updated();