]> sigrok.org Git - pulseview.git/commit
Refactored Signal into Trace
authorJoel Holdsworth <redacted>
Sat, 8 Jun 2013 15:39:10 +0000 (16:39 +0100)
committerJoel Holdsworth <redacted>
Tue, 3 Sep 2013 11:52:42 +0000 (12:52 +0100)
commit931f20b0dbd480153611493f51fee68f9d29be74
tree27dc7e869d312570c2f714f51e30d10aafbdbe08
parent74b5b8da9f1ddc06b40d73a92729ea9d11981fa9
Refactored Signal into Trace

This will be used for non-signal traces such as the decode trace.
CMakeLists.txt
pv/view/signal.cpp
pv/view/signal.h
pv/view/trace.cpp [new file with mode: 0644]
pv/view/trace.h [new file with mode: 0644]