API Reference Manual  1.45.0
api/spec/version.h File Reference

ODP version. More...

#include <odp/visibility_begin.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/version.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

ODP version.

Definition in file api/spec/version.h.