]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.h
Rename 'probe' to 'channel' (libsigrokdecode change).
[pulseview.git] / pv / data / decoderstack.h
index 073f2692565da5db9f0024d74ae4f5cb9581c48e..2eeaf1c76fa4c1cba4718c8e627c05e1bb0e7afa 100644 (file)
@@ -37,7 +37,7 @@
 
 struct srd_decoder;
 struct srd_decoder_annotation_row;
-struct srd_probe;
+struct srd_channel;
 struct srd_proto_data;
 struct srd_session;
 
@@ -72,6 +72,7 @@ private:
        static const double DecodeMargin;
        static const double DecodeThreshold;
        static const int64_t DecodeChunkLength;
+       static const unsigned int DecodeNotifyPeriod;
 
 public:
        DecoderStack(pv::SigSession &_session,
@@ -109,7 +110,7 @@ private:
        void decode_data(const int64_t sample_count,
                const unsigned int unit_size, srd_session *const session);
 
-       void decode_proc(boost::shared_ptr<data::Logic> data);
+       void decode_proc();
 
        static void annotation_callback(srd_proto_data *pdata,
                void *decoder);