]> sigrok.org Git - pulseview.git/commit
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
authorJoel Holdsworth <redacted>
Sat, 17 Jan 2015 21:58:20 +0000 (21:58 +0000)
committerUwe Hermann <redacted>
Tue, 27 Jan 2015 15:28:31 +0000 (16:28 +0100)
commit3cc9ad7b867853315473df611612c562d562ed8a
treef6bfafd5b056de0a9600c45a32c0aacef0fdd2c9
parent61703a0124c7ace84caf415f7d491a3ad6f42599
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
16 files changed:
CMakeLists.txt
pv/binding/decoder.cpp [new file with mode: 0644]
pv/binding/decoder.hpp [new file with mode: 0644]
pv/binding/decoderoptions.cpp [deleted file]
pv/binding/decoderoptions.hpp [deleted file]
pv/binding/device.cpp [new file with mode: 0644]
pv/binding/device.hpp [new file with mode: 0644]
pv/binding/deviceoptions.cpp [deleted file]
pv/binding/deviceoptions.hpp [deleted file]
pv/popups/channels.cpp
pv/popups/channels.hpp
pv/popups/deviceoptions.cpp
pv/popups/deviceoptions.hpp
pv/view/decodetrace.cpp
pv/view/decodetrace.hpp
test/CMakeLists.txt