Helper Reference Manual  1.7.1
ODPH VERSION

API Description

Helper library version.

Macros

#define ODPH_VERSION_GENERATION   1
 ODP helper generation version. More...
 
#define ODPH_VERSION_MAJOR   7
 ODP helper major version. More...
 
#define ODPH_VERSION_MINOR   1
 ODP helper minor version. More...
 

Functions

const char * odph_version_str (void)
 ODP helper version string. More...
 

Macro Definition Documentation

◆ ODPH_VERSION_GENERATION

#define ODPH_VERSION_GENERATION   1

ODP helper generation version.

Introduction of major new features or changes that make very significant changes to the helper library.

Definition at line 32 of file version.h.

◆ ODPH_VERSION_MAJOR

#define ODPH_VERSION_MAJOR   7

ODP helper major version.

Introduction of major new features or changes. Helper libraries with common generation, but with different major version numbers are likely not backward compatible.

Definition at line 41 of file version.h.

◆ ODPH_VERSION_MINOR

#define ODPH_VERSION_MINOR   1

ODP helper minor version.

Minor version is incremented when introducing backward compatible changes. Helper libraries with common generation and major version, but with different minor version numbers are backward compatible.

Definition at line 50 of file version.h.

Function Documentation

◆ odph_version_str()

const char* odph_version_str ( void  )

ODP helper version string.

The version string defines the helper library version in this format:

<generation>.<major>.<minor> 

The string is null terminated.

This function may be called before ODP initialization.

Returns
Pointer to helper library version string