projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3868e5f
)
Initial real time display during capture
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 2 Dec 2012 15:33:43 +0000
(15:33 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 11 Dec 2012 20:05:19 +0000
(20:05 +0000)
pv/sigsession.cpp
patch
|
blob
|
history
diff --git
a/pv/sigsession.cpp
b/pv/sigsession.cpp
index 63a683df8eb7a5310907b95154891728a42481f4..abe9b2dae0f7176f33c3d95726f6a5554f1a03de 100644
(file)
--- a/
pv/sigsession.cpp
+++ b/
pv/sigsession.cpp
@@
-196,6
+196,7
@@
void SigSession::data_feed_in(const struct sr_dev_inst *sdi,
*(sr_datafeed_logic*)packet->payload);
}
+ data_updated();
break;
}