X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;fp=pv%2Fdata%2Fdecodesignal.hpp;h=e591eb010bfb007f357f5c28b5961f1ac822669c;hp=1fe696ebe329003397a731bc1725598f94a187a2;hb=c8a6db0e46202d49b47158e902e1afb8b1d5fbcf;hpb=516d21289dafa7ce9b5352454a0eda31999c5efc diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 1fe696eb..e591eb01 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -21,6 +21,7 @@ #define PULSEVIEW_PV_DATA_DECODESIGNAL_HPP #include +#include #include #include #include @@ -38,6 +39,7 @@ using std::atomic; using std::condition_variable; +using std::deque; using std::map; using std::mutex; using std::pair; @@ -70,7 +72,7 @@ struct DecodeBinaryClass { const decode::Decoder* decoder; const decode::DecodeBinaryClassInfo* info; - vector chunks; + deque chunks; }; struct DecodeSegment