X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=74ffbd1ff470c64cd88678ef429ccfc739997883;hp=8bcc562068a13d6655425b834566968bb51420cc;hb=ed75426f60765fe965d8bfdd21eb904cccc92804;hpb=e352126139ca6ba64ef8bc0a4611cdb1c58c6a1b diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 8bcc5620..74ffbd1f 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -100,7 +100,7 @@ public: bool is_decode_signal() const; const vector< shared_ptr >& decoder_stack() const; - void stack_decoder(const srd_decoder *decoder); + void stack_decoder(const srd_decoder *decoder, bool restart_decode=true); void remove_decoder(int index); bool toggle_decoder_visibility(int index);