X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FPulse-Eight%2FUSBCECAdapterCommunication.h;h=0c473ea3216cfb956845423f57d2b3b8e83d9a07;hb=ecc633c51b6c69bebaff4932e90245665ca06373;hp=1144d0e1be2c46fdbe63c7594971839bcdf1d4d3;hpb=34a9cecdd92f6b2844f9c4054da202b152ab2217;p=deb_libcec.git diff --git a/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h b/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h index 1144d0e..0c473ea 100644 --- a/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h +++ b/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h @@ -33,6 +33,7 @@ #include "lib/platform/threads/threads.h" #include "lib/adapter/AdapterCommunication.h" +#include "USBCECAdapterMessage.h" namespace PLATFORM { @@ -86,6 +87,10 @@ namespace CEC bool SetControlledMode(bool controlled); cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; } bool SupportsSourceLogicalAddress(const cec_logical_address UNUSED(address)) { return true; } + cec_adapter_type GetAdapterType(void); + uint16_t GetAdapterVendorId(void) const; + uint16_t GetAdapterProductId(void) const; + void SetActiveSource(bool bSetTo, bool bClientUnregistered); ///} bool ProvidesExtendedResponse(void);