Version information

Version information

Functions

Types and Values

Description

These macros can be used to check the library version in use.

Functions

KAIMING_CHECK_VERSION()

#define             KAIMING_CHECK_VERSION(major,minor,micro)

Check that the current version is at least major .minor .micro .

Parameters

major

major version to compare against

 

minor

minor version to compare against

 

micro

micro version to compare against

 

Types and Values

KAIMING_MAJOR_VERSION

#define KAIMING_MAJOR_VERSION (1)

The major version.


KAIMING_MINOR_VERSION

#define KAIMING_MINOR_VERSION (14)

The minor version.


KAIMING_MICRO_VERSION

#define KAIMING_MICRO_VERSION (2)

The micro version.