cec: added 'scan' command to cec-client, that displays info about devices on the...
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 29 Nov 2011 00:41:55 +0000 (01:41 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 29 Nov 2011 00:41:55 +0000 (01:41 +0100)
commit03ae897d74d37f6fdb35e2bb937e851cee61793b
tree78b2356499e13ac69e14dfc585adf41682accfaa
parentf46dc8465450028c44c7cb0c253ab8b06dc1bcf4
cec: added 'scan' command to cec-client, that displays info about devices on the bus. made all ToString() methods available on the interface.
include/cec.h
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/LibCEC.cpp
src/lib/LibCEC.h
src/lib/devices/CECAudioSystem.cpp
src/lib/devices/CECBusDevice.cpp
src/lib/devices/CECPlaybackDevice.cpp
src/lib/implementations/CECCommandHandler.cpp
src/lib/implementations/CECCommandHandler.h
src/testclient/main.cpp