cec: improved logging. fixed GetVendorId()
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 6be4b707baced9e99af593e81fe7c3122ad8946b..3a80f463823ca1d3ab9d17240d4d5c4181b42375 100644 (file)
@@ -63,11 +63,18 @@ namespace CEC
     virtual bool HandleRoutingChange(const cec_command &command);
     virtual bool HandleSetMenuLanguage(const cec_command &command);
     virtual bool HandleSetStreamPath(const cec_command &command);
+    virtual bool HandleSetSystemAudioModeRequest(const cec_command &command);
+    virtual bool HandleGiveSystemAudioModeStatus(const cec_command &command);
     virtual bool HandleUserControlPressed(const cec_command &command);
     virtual bool HandleUserControlRelease(const cec_command &command);
     virtual void UnhandledCommand(const cec_command &command);
 
     virtual CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
+    virtual CCECBusDevice *GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress) const;
+
+    static const char* ToString(const cec_opcode opcode);
+
+    virtual void SetVendorId(const cec_command &command);
     CCECBusDevice *m_busDevice;
   };
 };