X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=2eeaf1c76fa4c1cba4718c8e627c05e1bb0e7afa;hp=9c960e589972c1dd9492da78984992660ca79b86;hb=8bd26d8b9c831b509ee3241ea4dac6f50c023622;hpb=c1b2865ea8b10c4b41360b2fd1974a8bebaa0dea diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 9c960e58..2eeaf1c7 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -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,