Snapshot: Renamed to Segment
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 30 Nov 2014 10:46:23 +0000 (10:46 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 10 Dec 2014 17:06:15 +0000 (18:06 +0100)
commitf3d66e52ed6b454ea7a0662d5e6367e230116a2b
tree975c508fab5bb52b4564769a5d44950f65bd224a
parentff008de665c7990d5f3408f918ff090d8e6c60b2
Snapshot: Renamed to Segment
34 files changed:
CMakeLists.txt
pv/data/analog.cpp
pv/data/analog.hpp
pv/data/analogsegment.cpp [new file with mode: 0644]
pv/data/analogsegment.hpp [new file with mode: 0644]
pv/data/analogsnapshot.cpp [deleted file]
pv/data/analogsnapshot.hpp [deleted file]
pv/data/decoderstack.cpp
pv/data/decoderstack.hpp
pv/data/logic.cpp
pv/data/logic.hpp
pv/data/logicsegment.cpp [new file with mode: 0644]
pv/data/logicsegment.hpp [new file with mode: 0644]
pv/data/logicsnapshot.cpp [deleted file]
pv/data/logicsnapshot.hpp [deleted file]
pv/data/segment.cpp [new file with mode: 0644]
pv/data/segment.hpp [new file with mode: 0644]
pv/data/signaldata.hpp
pv/data/snapshot.cpp [deleted file]
pv/data/snapshot.hpp [deleted file]
pv/session.cpp
pv/session.hpp
pv/storesession.cpp
pv/storesession.hpp
pv/view/analogsignal.cpp
pv/view/analogsignal.hpp
pv/view/decodetrace.cpp
pv/view/logicsignal.cpp
pv/view/view.cpp
test/CMakeLists.txt
test/data/analogsegment.cpp [new file with mode: 0644]
test/data/analogsnapshot.cpp [deleted file]
test/data/logicsegment.cpp [new file with mode: 0644]
test/data/logicsnapshot.cpp [deleted file]