Corrected project name in header comments
[pulseview.git] / logicdatasnapshot.h
index de0f4732bf28fb1c949a904b0c0364cb2ef1aaa1..16e8eddef2b22f1ea635e3cb6e38e56dc494734c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the PulseView project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
@@ -27,6 +27,8 @@ namespace LogicDataSnapshotTest {
        class Pow2;
        class Basic;
        class LargeData;
+       class Pulses;
+       class LongPulses;
 }
 
 class LogicDataSnapshot : public DataSnapshot
@@ -79,6 +81,7 @@ public:
                float min_length, int sig_index);
 
 private:
+       uint64_t get_subsample(int level, uint64_t offset) const;
 
        static int64_t pow2_ceil(int64_t x, unsigned int power);
 
@@ -89,4 +92,6 @@ private:
        friend class LogicDataSnapshotTest::Pow2;
        friend class LogicDataSnapshotTest::Basic;
        friend class LogicDataSnapshotTest::LargeData;
+       friend class LogicDataSnapshotTest::Pulses;
+       friend class LogicDataSnapshotTest::LongPulses;
 };