Moved DevInst into the pv::device namespace
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Wed, 19 Feb 2014 22:18:01 +0000 (22:18 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 1 Mar 2014 11:02:10 +0000 (11:02 +0000)
commit945745012eb57cefa1ef457daf48cfffa99f9ec2
tree3f4ab167f3cdf11c8595a9131b442c5ac10f9bab
parent0fc664a99e0d9a444e593123d1db7a47b1657366
Moved DevInst into the pv::device namespace
27 files changed:
CMakeLists.txt
pv/device/devinst.cpp [new file with mode: 0644]
pv/device/devinst.h [new file with mode: 0644]
pv/devicemanager.cpp
pv/devicemanager.h
pv/devinst.cpp [deleted file]
pv/devinst.h [deleted file]
pv/dialogs/connect.cpp
pv/dialogs/connect.h
pv/mainwindow.cpp
pv/mainwindow.h
pv/popups/deviceoptions.cpp
pv/popups/deviceoptions.h
pv/popups/probes.cpp
pv/prop/binding/deviceoptions.cpp
pv/prop/binding/deviceoptions.h
pv/sigsession.cpp
pv/sigsession.h
pv/toolbars/samplingbar.cpp
pv/toolbars/samplingbar.h
pv/view/analogsignal.cpp
pv/view/analogsignal.h
pv/view/logicsignal.cpp
pv/view/logicsignal.h
pv/view/signal.cpp
pv/view/signal.h
test/CMakeLists.txt