X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.h;h=43b7a30cae32d170893d1b4b1f20ae2285f38a4a;hb=2492216a2285656be7a2b548eddd986fd8d6c2b3;hp=8617257f30437a3236c32cd613a2a6a89ed997b6;hpb=78e8010a91b23bd33c547937870d3240c641815f;p=deb_libcec.git diff --git a/src/lib/CECProcessor.h b/src/lib/CECProcessor.h index 8617257..43b7a30 100644 --- a/src/lib/CECProcessor.h +++ b/src/lib/CECProcessor.h @@ -58,6 +58,7 @@ namespace CEC virtual bool SetInactiveView(void); virtual bool Transmit(const cec_command &data, bool bWaitForAck = true); virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress); + virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress); static const char *CECVendorIdToString(const uint64_t iVendorId); @@ -80,7 +81,7 @@ namespace CEC void ParseVendorId(cec_logical_address device, const cec_datapacket &data); cec_command m_currentframe; - uint16_t m_physicaladdress; + uint16_t m_iPhysicalAddress; cec_logical_address m_iLogicalAddress; CecBuffer m_frameBuffer; std::string m_strDeviceName;