X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b;hb=c02980af7d1e94a8f1de4df4572a551bb796bd5f;hp=aa5940c47ed327691a3f5f4873c93d7a50540bd8;hpb=6a1c0009842a1857b863655813595292422a512b;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index aa5940c..0505c7c 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -57,13 +57,17 @@ namespace CEC bool HandleGiveOSDName(const cec_command &command); bool HandleGivePhysicalAddress(const cec_command &command); bool HandleMenuRequest(const cec_command &command); + bool HandleReportPowerStatus(const cec_command &command); bool HandleRequestActiveSource(const cec_command &command); bool HandleRoutingChange(const cec_command &command); + bool HandleSetMenuLanguage(const cec_command &command); bool HandleSetStreamPath(const cec_command &command); bool HandleUserControlPressed(const cec_command &command); bool HandleUserControlRelease(const cec_command &command); void UnhandledCommand(const cec_command &command); + void SendToCommandBuffer(const cec_command &command); + CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const; CCECBusDevice *GetThisDevice(void) const; CCECBusDevice *m_busDevice;