X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.h;h=5f496d2631558506045e645ecf450e4ba37c5995;hb=4a01fcd6b9d7c922ea5400d9f01406e7ad9332b9;hp=e859ab0506917edd0b8923f48fff2b5c6f11e73a;hpb=4691dc3b885e390988f6104336afc682f3b157a2;p=deb_libcec.git diff --git a/src/lib/CECProcessor.h b/src/lib/CECProcessor.h index e859ab0..5f496d2 100644 --- a/src/lib/CECProcessor.h +++ b/src/lib/CECProcessor.h @@ -64,14 +64,13 @@ namespace CEC void Close(void); bool RegisterClient(CCECClient *client); - void UnregisterClient(CCECClient *client); + bool UnregisterClient(CCECClient *client); void UnregisterClients(void); CCECClient *GetPrimaryClient(void); CCECClient *GetClient(const cec_logical_address address); bool OnCommandReceived(const cec_command &command); - bool IsMonitoring(void) const { return m_bMonitor; } CCECBusDevice * GetDevice(cec_logical_address address) const; CCECAudioSystem * GetAudioSystem(void) const; CCECPlaybackDevice * GetPlaybackDevice(cec_logical_address address) const; @@ -99,7 +98,6 @@ namespace CEC bool SetDeckInfo(cec_deck_info info, bool bSendUpdate = true); bool ActivateSource(uint16_t iStreamPath); - bool SwitchMonitoring(bool bEnable); bool PollDevice(cec_logical_address iAddress); void SetStandardLineTimeout(uint8_t iTimeout); uint8_t GetStandardLineTimeout(void); @@ -148,8 +146,6 @@ namespace CEC PLATFORM::CMutex m_mutex; IAdapterCommunication * m_communication; CLibCEC* m_libcec; - bool m_bMonitor; - uint16_t m_iPreviousAckMask; uint8_t m_iStandardLineTimeout; uint8_t m_iRetryLineTimeout; uint64_t m_iLastTransmission;