ifw-odp  2.0.0-alpha
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Library Version Information

Functions

const char * clipm_version_get_revision (void)
 Get the library's revision string. More...
 
const char * clipm_version_get_date (void)
 Get the library's revision-date string. More...
 

Detailed Description

This module provides example functions to access the library's version information.

The library version applies to all components of the clipm, and changes if any of the component libraries changes.

Synopsis:
#include <clipm_version.h>
*

Function Documentation

const char* clipm_version_get_date ( void  )

Get the library's revision-date string.

Returns
The library's revision-date string.

The function returns a pointer to the date string of the library's revision.

const char* clipm_version_get_revision ( void  )

Get the library's revision string.

Returns
The function returns the library's revision string.

The function returns a pointer to the revision string of the library.