documentation

 
Loading...
Searching...
No Matches
vlSDKVersion.h File Reference

This file contains defines with the VisionLib version. More...

Go to the source code of this file.

Macros

#define VL_SDK_VERSION_HASH_STRING   "9a3b48bea7b98ea5ce9c691022b1dabbed496c77"
 
#define VL_SDK_VERSION_MAJOR   3
 
#define VL_SDK_VERSION_MINOR   2
 
#define VL_SDK_VERSION_POSTFIX   ""
 
#define VL_SDK_VERSION_REVISION   2
 
#define VL_SDK_VERSION_STRING   "3.2.2"
 
#define VL_SDK_VERSION_TIMESTAMP_STRING   "2024-07-22 09:18:43"
 

Detailed Description

This file contains defines with the VisionLib version.

You can use those defines and the vlGetVersionMajor, vlGetVersionMinor, vlGetVersionRevision, vlGetVersionString, vlGetVersionHashString and/or vlGetVersionTimestampString functions to check whether the binaries have the same version as the source files.

See also
http://www.visionlib.com

Macro Definition Documentation

◆ VL_SDK_VERSION_HASH_STRING

#define VL_SDK_VERSION_HASH_STRING   "9a3b48bea7b98ea5ce9c691022b1dabbed496c77"

Version hash as string.

◆ VL_SDK_VERSION_MAJOR

#define VL_SDK_VERSION_MAJOR   3

Major version.

◆ VL_SDK_VERSION_MINOR

#define VL_SDK_VERSION_MINOR   2

Minor version.

◆ VL_SDK_VERSION_POSTFIX

#define VL_SDK_VERSION_POSTFIX   ""

version pre-release postfix.

◆ VL_SDK_VERSION_REVISION

#define VL_SDK_VERSION_REVISION   2

Revision version.

◆ VL_SDK_VERSION_STRING

#define VL_SDK_VERSION_STRING   "3.2.2"

Version as string.

◆ VL_SDK_VERSION_TIMESTAMP_STRING

#define VL_SDK_VERSION_TIMESTAMP_STRING   "2024-07-22 09:18:43"

Creation timestamp of this version.