X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=4514989765b9603d4b8809c1eaa0c3a209fc3783;hp=28c94e5285d1dfc6cc21c06daa618138f3723bc8;hb=4a07615736968fc8d635c8d187b8a5d6b8a0e2eb;hpb=ffc00fdd5946593ad2a587078fd4ee9ba0a507ec diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 28c94e5..4514989 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -187,6 +187,11 @@ public: */ const pv::util::Timestamp& tick_period() const; + /** + * Returns number of minor division ticks per time marking. + */ + unsigned int minor_tick_count() const; + /** * Returns the unit of time currently used. */ @@ -479,6 +484,7 @@ private: pv::util::Timestamp tick_period_; pv::util::SIPrefix tick_prefix_; + unsigned int minor_tick_count_; unsigned int tick_precision_; util::TimeUnit time_unit_;