X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fsession.hpp;h=91f98b581b8c0ed2a342321caf075cedff279b2d;hb=refs%2Fheads%2Fmaster;hp=ba48a4074d555de95d9c10ea17b00a836f006cf9;hpb=ae8dd8753ec0804f9c87938c13b082f8f39b05b0;p=pulseview.git diff --git a/pv/session.hpp b/pv/session.hpp index ba48a407..94338c20 100644 --- a/pv/session.hpp +++ b/pv/session.hpp @@ -35,6 +35,8 @@ #include #include +#include + #include #include #include @@ -185,6 +187,7 @@ public: void stop_capture(); double get_samplerate() const; + Glib::DateTime get_acquisition_start_time() const; uint32_t get_highest_segment_id() const; uint64_t get_segment_sample_count(uint32_t segment_id) const; @@ -312,6 +315,7 @@ private: bool frame_began_; QElapsedTimer acq_time_; + Glib::DateTime acq_start_time_; MetadataObjManager metadata_obj_manager_;