X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=f270df7737a53e80ed1e10c44a3f6588ab68cb2d;hb=a45656eed213fb25e96d8e3ac36a434afb59356d;hp=d433b3ebc50cfcf65482de567a116cf9cd5efafd;hpb=2f37cb68d7f3c71c38065e0e830c564a01b6caf3;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index d433b3e..f270df7 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -173,6 +173,24 @@ extern DECLSPEC uint64_t cec_get_device_vendor_id(CEC::cec_logical_address iLogi extern DECLSPEC uint64_t cec_get_device_vendor_id(cec_logical_address iLogicalAddress); #endif +#ifdef __cplusplus +extern DECLSPEC uint16_t cec_get_device_physical_address(CEC::cec_logical_address iLogicalAddress); +#else +extern DECLSPEC uint16_t cec_get_device_physical_address(cec_logical_address iLogicalAddress); +#endif + +#ifdef __cplusplus +extern DECLSPEC CEC::cec_logical_address cec_get_active_source(void); +#else +extern DECLSPEC cec_logical_address cec_get_active_source(void); +#endif + +#ifdef __cplusplus +extern DECLSPEC int cec_is_active_source(CEC::cec_logical_address iAddress); +#else +extern DECLSPEC int cec_is_active_source(cec_logical_address iAddress); +#endif + #ifdef __cplusplus extern DECLSPEC CEC::cec_power_status cec_get_device_power_status(CEC::cec_logical_address iLogicalAddress); #else