Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Macros
libuvc_config.h File Reference

Go to the source code of this file.

Macros

#define LIBUVC_VERSION_MAJOR   0
 
#define LIBUVC_VERSION_MINOR   0
 
#define LIBUVC_VERSION_PATCH   5
 
#define LIBUVC_VERSION_STR   "0.0.5"
 
#define LIBUVC_VERSION_INT
 
#define LIBUVC_VERSION_GTE(major, minor, patch)   (LIBUVC_VERSION_INT >= (((major) << 16) | ((minor) << 8) | (patch)))
 Test whether libuvc is new enough This macro evaluates true iff the current version is at least as new as the version specified. More...
 
#define LIBUVC_HAS_JPEG   1
 

Macro Definition Documentation

§ LIBUVC_HAS_JPEG

#define LIBUVC_HAS_JPEG   1

§ LIBUVC_VERSION_GTE

#define LIBUVC_VERSION_GTE (   major,
  minor,
  patch 
)    (LIBUVC_VERSION_INT >= (((major) << 16) | ((minor) << 8) | (patch)))

Test whether libuvc is new enough This macro evaluates true iff the current version is at least as new as the version specified.

§ LIBUVC_VERSION_INT

#define LIBUVC_VERSION_INT
Value:
((0 << 16) | \
(0 << 8) | \
(5))

§ LIBUVC_VERSION_MAJOR

#define LIBUVC_VERSION_MAJOR   0

§ LIBUVC_VERSION_MINOR

#define LIBUVC_VERSION_MINOR   0

§ LIBUVC_VERSION_PATCH

#define LIBUVC_VERSION_PATCH   5

§ LIBUVC_VERSION_STR

#define LIBUVC_VERSION_STR   "0.0.5"