Defines
libuvc_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define LIBUVC_HAS_JPEG   1
#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.
#define LIBUVC_VERSION_INT
#define LIBUVC_VERSION_MAJOR   0
#define LIBUVC_VERSION_MINOR   0
#define LIBUVC_VERSION_PATCH   5
#define LIBUVC_VERSION_STR   "0.0.5"

Define Documentation

#define LIBUVC_HAS_JPEG   1

Definition at line 20 of file libuvc_config.h.

#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.

Definition at line 17 of file libuvc_config.h.

Value:
((0 << 16) |             \
   (0 << 8) |              \
   (5))

Definition at line 8 of file libuvc_config.h.

#define LIBUVC_VERSION_MAJOR   0

Definition at line 4 of file libuvc_config.h.

#define LIBUVC_VERSION_MINOR   0

Definition at line 5 of file libuvc_config.h.

#define LIBUVC_VERSION_PATCH   5

Definition at line 6 of file libuvc_config.h.

#define LIBUVC_VERSION_STR   "0.0.5"

Definition at line 7 of file libuvc_config.h.



librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:40