X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2FCECExports.h;h=c25757052c4715e6d278cd5317d3a3f8343ff770;hb=df7339c665f732faedee7c1d3cde816cc41e3302;hp=3a72aea13252f468bbd91919eee29c2b5fdeb586;hpb=abbca718e0f6b5a20170561beeacafa0b5852500;p=deb_libcec.git diff --git a/include/CECExports.h b/include/CECExports.h index 3a72aea..c257570 100644 --- a/include/CECExports.h +++ b/include/CECExports.h @@ -56,7 +56,7 @@ extern "C" { namespace CEC { #endif #define CEC_MIN_VERSION 1 - #define CEC_LIB_VERSION 1 + #define CEC_LIB_VERSION 2 #define CEC_SETTLE_DOWN_TIME 1000 typedef std::vector cec_frame; @@ -192,9 +192,13 @@ namespace CEC { std::string path; std::string comm; } cec_device; -}; + + //default physical address 1.0.0.0 + #define CEC_DEFAULT_PHYSICAL_ADDRESS 0x1000 #ifdef __cplusplus +}; + #include "CECExportsCpp.h" #include "CECExportsC.h" };