X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=fd532668ab5ebac1e6d272760e53daf4e31fb4cc;hb=cc1b9bc4f6d5c295f07ac5c67d4b6f1d55c75a52;hp=fc4c5fddfd3cabcd6c6bc5c8ee682a85f011ca13;hpb=682b21deec9c67b205fd04319fa43cd753624244;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index fc4c5fd..fd53266 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -67,10 +67,15 @@ namespace CEC virtual bool HandleStandby(const cec_command &command); virtual bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState)) { return true; } + virtual void ResetSLState(void); + virtual bool SLInitialised(void); + virtual void SetSLInitialised(void); + virtual bool ActiveSourceSent(void); + bool m_bSLEnabled; - bool m_bPowerStateReset; bool m_bActiveSourceSent; PLATFORM::CTimeout m_resetPowerState; bool m_bVendorIdSent; + PLATFORM::CMutex m_SLMutex; }; };