projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d29656
)
Made LogicDataSnapshot::get_sample private rather than mutex protecting it
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Mon, 10 Dec 2012 21:24:17 +0000
(21:24 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 11 Dec 2012 20:05:19 +0000
(20:05 +0000)
pv/logicdatasnapshot.h
patch
|
blob
|
history
diff --git
a/pv/logicdatasnapshot.h
b/pv/logicdatasnapshot.h
index 2a18835fe01eb441b98f2314276b67bca898e20b..63680200d11f4bfce47ef24f6e6f31fdf9345f7c 100644
(file)
--- a/
pv/logicdatasnapshot.h
+++ b/
pv/logicdatasnapshot.h
@@
-68,9
+68,9
@@
private:
void append_payload_to_mipmap();
-public:
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.