|
API Reference Manual
1.48.0
|
ODP version. More...
#include <odp/visibility_begin.h>#include <odp/visibility_end.h>Go to the source code of this file.
Macros | |
| #define | ODP_VERSION_API_GENERATION 1 |
| ODP API generation version. More... | |
| #define | ODP_VERSION_API_MAJOR 48 |
| ODP API major version. More... | |
| #define | ODP_VERSION_API_MINOR 0 |
| ODP API minor version. More... | |
| #define | ODP_VERSION_API_NUM(gen, ma, mi) ((gen) << 24 | (ma) << 16 | (mi) << 8) |
| ODP API version number macro. More... | |
| #define | ODP_VERSION_API |
| ODP API version number. More... | |
Functions | |
| const char * | odp_version_api_str (void) |
| ODP API version string. More... | |
| const char * | odp_version_impl_name (void) |
| Implementation name string. More... | |
| const char * | odp_version_impl_str (void) |
| Implementation version string. More... | |
ODP version.
Definition in file api/spec/version.h.