X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoder.h;h=c881403b42e22f8f1391d4d80c94e2ecaee1cf12;hb=6e3f046e779b939efebdfa4d9e68fe28d9beee59;hp=4cae427ea95813e842be6aaa25fb93641ee0de1d;hpb=e0fc58100fbcd6c3bfd5aecb213d7541a3436622;p=pulseview.git diff --git a/pv/data/decoder.h b/pv/data/decoder.h index 4cae427e..c881403b 100644 --- a/pv/data/decoder.h +++ b/pv/data/decoder.h @@ -61,7 +61,8 @@ private: public: Decoder(const srd_decoder *const decoder, std::map > probes); + boost::shared_ptr > probes, + GHashTable *options); virtual ~Decoder(); @@ -82,10 +83,14 @@ private: static void annotation_callback(srd_proto_data *pdata, void *decoder); +signals: + void new_decode_data(); + private: const srd_decoder *const _decoder; std::map > _probes; + GHashTable *_options; srd_decoder_inst *_decoder_inst;