]> sigrok.org Git - pulseview.git/commitdiff
Made LogicDataSnapshot::get_sample private rather than mutex protecting it
authorJoel Holdsworth <redacted>
Mon, 10 Dec 2012 21:24:17 +0000 (21:24 +0000)
committerJoel Holdsworth <redacted>
Tue, 11 Dec 2012 20:05:19 +0000 (20:05 +0000)
pv/logicdatasnapshot.h

index 2a18835fe01eb441b98f2314276b67bca898e20b..63680200d11f4bfce47ef24f6e6f31fdf9345f7c 100644 (file)
@@ -68,9 +68,9 @@ private:
 
        void append_payload_to_mipmap();
 
 
        void append_payload_to_mipmap();
 
-public:
        uint64_t get_sample(uint64_t index) const;
 
        uint64_t get_sample(uint64_t index) const;
 
+public:
        /**
         * Parses a logic data snapshot to generate a list of transitions
         * in a time interval to a given level of detail.
        /**
         * Parses a logic data snapshot to generate a list of transitions
         * in a time interval to a given level of detail.