#include <libdirac_common/common_types.h>
Go to the source code of this file.
Classes
Defines
Typedefs
Define Documentation
#define DIRAC_RESEARCH_CURVERSION |
#define DIRAC_RESEARCH_MAJOR_VERSION 1 |
#define DIRAC_RESEARCH_MINOR_VERSION 0 |
#define DIRAC_RESEARCH_PATCH_VERSION 2 |
#define DIRAC_RESEARCH_VERSION |
( |
|
X, |
|
|
|
Y, |
|
|
|
Z |
|
) |
| (((X)<<16) + ((Y)<<8) + (Z)) |
#define DIRAC_RESEARCH_VERSION_ATLEAST |
( |
|
X, |
|
|
|
Y, |
|
|
|
Z |
|
) |
| (DIRAC_RESEARCH_CURVERSION >= DIRAC_RESEARCH_VERSION(X, Y, Z)) |
This file contains common enumerated types used throughout the end user interfaces to the encoder and decoder
Typedef Documentation