]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/view.hpp
Change the number of minor ticks to be either 4 or 5
[pulseview.git] / pv / views / trace / view.hpp
index 28c94e5285d1dfc6cc21c06daa618138f3723bc8..4514989765b9603d4b8809c1eaa0c3a209fc3783 100644 (file)
@@ -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_;