cec: split up WaitForAck() and ParseMessage(). currently has a bit of dupe logging...
[deb_libcec.git] / src / lib / CECProcessor.h
index 24d1e31e0778e489688eb0c90642d2768fead7da..fc37c02a084c18e467a0843519d6a7f05b3a93b0 100644 (file)
@@ -77,8 +77,8 @@ namespace CEC
 
     private:
       void LogOutput(const cec_command &data);
-      bool WaitForAck(bool *bError, uint32_t iTimeout = 1000);
-      void ParseMessage(cec_adapter_message &msg, bool *bError, bool *bTransmitSucceeded, bool *bEom, bool bProcessMessages = true);
+      bool WaitForAck(bool *bError, uint8_t iLength, uint32_t iTimeout = 1000);
+      bool ParseMessage(cec_adapter_message &msg);
       void ParseCommand(cec_command &command);
 
       cec_command                    m_currentframe;