Moved session creation into DevInst objects
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 22 Feb 2014 12:45:36 +0000 (12:45 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 1 Mar 2014 11:02:11 +0000 (11:02 +0000)
commitae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7
tree33d8d5542fd693733df81907882a8d11f4dd344b
parent2445d0b3d64ab051d8a686506910224f9f4e45c7
Moved session creation into DevInst objects
15 files changed:
CMakeLists.txt
pv/device/device.cpp
pv/device/device.h
pv/device/devinst.cpp
pv/device/devinst.h
pv/device/file.cpp [new file with mode: 0644]
pv/device/file.h [new file with mode: 0644]
pv/device/inputfile.cpp [new file with mode: 0644]
pv/device/inputfile.h [new file with mode: 0644]
pv/device/sessionfile.cpp [new file with mode: 0644]
pv/device/sessionfile.h [new file with mode: 0644]
pv/mainwindow.cpp
pv/sigsession.cpp
pv/sigsession.h
test/CMakeLists.txt