X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=8873ff94b3898399572b0296c4dcc6b8df51b9a8;hb=8b0ee2cc959ab9d0b30c21615c25f6447d1f8566;hp=968d615f979717dcd794503bb8321181c9826f8e;hpb=8b7e5ff605864004b8a66520202bf05aecb4fc6c;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 968d615..8873ff9 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -63,7 +63,7 @@ namespace CEC virtual bool GetNextKeypress(cec_keypress *key); virtual bool GetNextCommand(cec_command *command); - virtual bool Transmit(const cec_command &data, bool bWaitForAck = true); + virtual bool Transmit(const cec_command &data); virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress = CECDEVICE_PLAYBACKDEVICE1); virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS); @@ -77,7 +77,7 @@ namespace CEC virtual void AddLog(cec_log_level level, const std::string &strMessage); virtual void AddKey(void); - virtual void AddCommand(cec_command &command); + virtual void AddCommand(const cec_command &command); virtual void CheckKeypressTimeout(void); virtual void SetCurrentButton(cec_user_control_code iButtonCode);