X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=06b2cf2fb6275f2cd51f55e8b5a43007ff0d757c;hb=39173000c5d0d164c52443d16a1dc434d538b198;hp=c6a7c55743caf64e9496e4c4fc0d054940cc4ab8;hpb=a47b5a3fb9912f1d6e3fcc63d59ee6cc1b5338e2;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index c6a7c557..06b2cf2f 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -177,6 +177,9 @@ public: void reset_zero_position(); + pv::util::Timestamp absolute_to_ruler_time(const pv::util::Timestamp& abs_time) const; + pv::util::Timestamp ruler_to_absolute_time(const pv::util::Timestamp& ruler_time) const; + /** * Returns the vertical scroll offset. */