X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=b40c2ef37912570fd6c9c4286a127be560650140;hb=5f3167157997a0d64fd8a44ad04babf43327eec8;hp=d020a14d632d15c88149f40f939edcc2b3617215;hpb=0d4c3a7b8260aa20bb5768164e90072a38edf7d2;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index d020a14..b40c2ef 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -50,12 +50,17 @@ namespace CEC virtual bool TransmitPowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination); protected: + virtual void HandleVendorCommand01(const cec_command &command); + virtual void HandleVendorCommand04(const cec_command &command); + virtual void HandleVendorCommandA0(const cec_command &command); + virtual void TransmitDeckStatus(const cec_logical_address iDestination); virtual bool HandleGiveDeviceVendorId(const cec_command &command); virtual bool HandleVendorCommand(const cec_command &command); + virtual bool HandleGiveDeckStatus(const cec_command &command); bool m_bAwaitingReceiveFailed; bool m_bSLEnabled; - bool m_bSkipNextVendorId; + bool m_bVendorIdSent; }; };