]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Session: Rework frame handling
[pulseview.git] / pv / session.hpp
index fa96ce641bd418f4ca7448986d1d66cf10ecc538..9d42a4d98b657896a5e61e18667758052c601e8f 100644 (file)
@@ -201,6 +201,7 @@ private:
        void feed_in_trigger();
 
        void feed_in_frame_begin();
+       void feed_in_frame_end();
 
        void feed_in_logic(shared_ptr<sigrok::Logic> logic);
 
@@ -236,6 +237,7 @@ private:
 
        bool out_of_memory_;
        bool data_saved_;
+       bool frame_began_;
 
 Q_SIGNALS:
        void capture_state_changed(int state);