Macros | |
#define | vc_libvclinux_check_header_ver() vc_libvclinux_check_header_ver_func(LIBVCLINUX_MAINVERSION,LIBVCLINUX_VERSION,LIBVCLINUX_SUBVERSION) |
Version Compatibility Check between Header and Linked Library. More... | |
#define | vc_libvcimgnet_check_header_ver() vc_libvcimgnet_check_header_ver_func(LIBVCIMGNET_MAINVERSION,LIBVCIMGNET_VERSION,LIBVCIMGNET_SUBVERSION) |
Version Compatibility Check between Header and Linked Library. More... | |
Functions | |
void | GetLibVer_LIBVCLINUX (int *MainVersion, int *Version, int *SubVersion) |
Version Information of the libvclinux as Numbers. More... | |
char * | GetLibVerString_LIBVCLINUX (void) |
Version Information of the libvclinux as String. More... | |
void | GetLibVer_LIBVCIMGNET (int *MainVersion, int *Version, int *SubVersion) |
Version Information of the libvcimgnet as Numbers. More... | |
char * | GetLibVerString_LIBVCIMGNET (void) |
Version Information of the libvcimgnet as String. More... | |
#define vc_libvclinux_check_header_ver | ( | ) | vc_libvclinux_check_header_ver_func(LIBVCLINUX_MAINVERSION,LIBVCLINUX_VERSION,LIBVCLINUX_SUBVERSION) |
This macro compares the version information at the header used at compile time with the version of the library linked at compile time. If the header used is incompatible with the library linked against, this macro returns an error.
-1 | if Main Version of Library differs from the Header's Main Version (General Incompatibility). |
+1 | if Version of Library is smaller than the Header's Version (Features may be missing). |
0 | else. |
#define vc_libvcimgnet_check_header_ver | ( | ) | vc_libvcimgnet_check_header_ver_func(LIBVCIMGNET_MAINVERSION,LIBVCIMGNET_VERSION,LIBVCIMGNET_SUBVERSION) |
This macro compares the version information at the header used at compile time with the version of the library linked at compile time. If the header used is incompatible with the library linked against, this macro returns an error.
-1 | if Main Version of Library differs from the Header's Main Version (General Incompatibility). |
+1 | if Version of Library is smaller than the Header's Version (Features may be missing). |
0 | else. |
void GetLibVer_LIBVCLINUX | ( | int * | MainVersion, |
int * | Version, | ||
int * | SubVersion | ||
) |
MainVersion | Main Version Number. |
Version | Version Number. |
SubVersion | Subversion Number. |
char* GetLibVerString_LIBVCLINUX | ( | void | ) |
Pointer | to the Output String. |
void GetLibVer_LIBVCIMGNET | ( | int * | MainVersion, |
int * | Version, | ||
int * | SubVersion | ||
) |
MainVersion | Main Version Number. |
Version | Version Number. |
SubVersion | Subversion Number. |
char* GetLibVerString_LIBVCIMGNET | ( | void | ) |
Pointer | to the Output String. |