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 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.
#define LIBUVC_VERSION_INT |
((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.