cec: added CEC command that were received by the adapter in a buffer that can be...
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 29 Sep 2011 19:53:47 +0000 (21:53 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 29 Sep 2011 19:56:27 +0000 (21:56 +0200)
commit825ddb962b0515e1efb06bb10a1cbb74cde803f8
tree73eeb360263867e60b4bf623866b26e782d541f6
parentbcd03b376090dafc233889bbf7405221d1a37cb0
cec: added CEC command that were received by the adapter in a buffer that can be read by a client with GetNextCommand()/cec_get_next_command(). added a 'help' command to the test client, that displays all available commands
include/CECExports.h
include/CECExportsC.h
include/CECExportsCpp.h
include/CECTypes.h
src/lib/CECParser.cpp
src/lib/CECParser.h
src/lib/CECParserC.cpp
src/lib/util/buffer.h
src/testclient/main.cpp