X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=logicdata.h;h=9c7e4b9782d3cd3d7092a84426304d858f8a9b38;hp=f835db5ca9f8f9786b93491b11731090fb256dde;hb=4ceab49abb3c0160cfefdefa6a9c84284d30f850;hpb=f556bc6a4d1798e59f6d0276cdb0d55b5ffab476 diff --git a/logicdata.h b/logicdata.h index f835db5c..9c7e4b97 100644 --- a/logicdata.h +++ b/logicdata.h @@ -20,6 +20,9 @@ #include "signaldata.h" +#include +#include + extern "C" { #include } @@ -36,6 +39,11 @@ public: void push_snapshot( boost::shared_ptr &snapshot); + std::queue< boost::shared_ptr >& + get_snapshots(); + private: const int _num_probes; + std::queue< boost::shared_ptr > + _snapshots; };