API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 
#define ODP_VERSION_API_MAJOR   51
 ODP API major version.
 
#define ODP_VERSION_API_MINOR   0
 ODP API minor version.
 
#define ODP_VERSION_API_NUM(gen, ma, mi)   ((gen) << 24 | (ma) << 16 | (mi) << 8)
 ODP API version number macro.
 
#define ODP_VERSION_API
 ODP API version number.
 

Functions

const char * odp_version_api_str (void)
 ODP API version string.
 
const char * odp_version_impl_name (void)
 Implementation name string.
 
const char * odp_version_impl_str (void)
 Implementation version string.
 

Detailed Description

ODP version.

Definition in file api/spec/version.h.