X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=3a80f463823ca1d3ab9d17240d4d5c4181b42375;hb=5e822b09216e0d3c070d01b83015265129cc8c89;hp=9ef20aee0bfd58e62ae6108ea2c6c9553f3c2dd7;hpb=a7bed6602683b281251acfa62308dfa7ec6e8adb;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 9ef20ae..3a80f46 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -72,6 +72,8 @@ namespace CEC 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; };