]> sigrok.org Git - pulseview.git/blobdiff - pv/util.hpp
Introduce time units
[pulseview.git] / pv / util.hpp
index f75c95721d9df142691d2f44b12db2a7ca7895ea..f13516508aa45da7050a1aef0b9dd14f803e98af 100644 (file)
 namespace pv {
 namespace util {
 
+enum TimeUnit {
+       Time = 1,
+       Samples = 2
+};
+
 extern const int FirstSIPrefixPower;
 
 /**
@@ -57,7 +62,8 @@ QString format_si_value(
  * @return The formated value.
  */
 QString format_time(
-       double t, int prefix = -1, unsigned precision = 0, bool sign = true);
+       double t, int prefix = -1, TimeUnit unit = Time, unsigned precision = 0,
+       bool sign = true);
 
 /**
  * Formats a given time value with a SI prefix so that the