cec: more cleanups. split up cec_adapter_message and cec_command. use cec_command...
[deb_libcec.git] / src / testclient / main.cpp
index 52a5af462b2becc356ca4ca5541e138c4e7bb711..c67f0cc90ef020f0a0ef2d5b563c5c006c3c544c 100644 (file)
@@ -42,7 +42,7 @@
 using namespace CEC;
 using namespace std;
 
-#define CEC_TEST_CLIENT_VERSION 5
+#define CEC_TEST_CLIENT_VERSION 6
 
 
 inline bool HexStrToInt(const std::string& data, uint8_t& value)
@@ -276,7 +276,7 @@ int main (int argc, char *argv[])
         {
           string strvalue;
           uint8_t ivalue;
-          cec_frame bytes;
+          cec_command bytes;
           bytes.clear();
 
           while (GetWord(input, strvalue) && HexStrToInt(strvalue, ivalue))