X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=4b2717279ba034fab245855c5273030eec521fd8;hb=1d7edbbdee97217630fed14cc39883d715633f26;hp=073f2692565da5db9f0024d74ae4f5cb9581c48e;hpb=f70d8673a56471c7e4b22159b99684da7d6c4be1;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 073f269..4b27172 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -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); + void decode_proc(); static void annotation_callback(srd_proto_data *pdata, void *decoder);