Use device::Devices to represent sigrok Devices
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 22 Feb 2015 20:21:15 +0000 (20:21 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Thu, 28 May 2015 14:59:05 +0000 (15:59 +0100)
commitda30ecb7e72bd2547e524258efa5ec642988b70b
tree7d8753698f5ff2bfc00a743c74d7fc3fc715710b
parentda5e6727a632752d19f975d84ea76f1683cd656f
Use device::Devices to represent sigrok Devices
23 files changed:
CMakeLists.txt
pv/devicemanager.cpp
pv/devicemanager.hpp
pv/devices/device.cpp [new file with mode: 0644]
pv/devices/device.hpp [new file with mode: 0644]
pv/devices/hardwaredevice.cpp [new file with mode: 0644]
pv/devices/hardwaredevice.hpp [new file with mode: 0644]
pv/devices/sessionfile.cpp [new file with mode: 0644]
pv/devices/sessionfile.hpp [new file with mode: 0644]
pv/dialogs/connect.cpp
pv/dialogs/connect.hpp
pv/mainwindow.cpp
pv/mainwindow.hpp
pv/popups/channels.cpp
pv/session.cpp
pv/session.hpp
pv/storesession.cpp
pv/toolbars/mainbar.cpp
pv/view/logicsignal.cpp
pv/view/logicsignal.hpp
pv/view/view.cpp
pv/widgets/devicetoolbutton.cpp
pv/widgets/devicetoolbutton.hpp