documentation

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_MAJOR   20
 
#define VL_SDK_VERSION_MINOR   1
 
#define VL_SDK_VERSION_REVISION   1
 
#define VL_SDK_VERSION_STRING   "20.1.1"
 
#define VL_SDK_VERSION_HASH_STRING   "aeb2c7dfa741e0172b80dd20e9593c2141abf0d8"
 
#define VL_SDK_VERSION_TIMESTAMP_STRING   "2020-02-03 17:51:04"
 

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   "aeb2c7dfa741e0172b80dd20e9593c2141abf0d8"

Version hash as string.

◆ VL_SDK_VERSION_MAJOR

#define VL_SDK_VERSION_MAJOR   20

Major version.

◆ VL_SDK_VERSION_MINOR

#define VL_SDK_VERSION_MINOR   1

Minor version.

◆ VL_SDK_VERSION_REVISION

#define VL_SDK_VERSION_REVISION   1

Revision version.

◆ VL_SDK_VERSION_STRING

#define VL_SDK_VERSION_STRING   "20.1.1"

Version as string.

◆ VL_SDK_VERSION_TIMESTAMP_STRING

#define VL_SDK_VERSION_TIMESTAMP_STRING   "2020-02-03 17:51:04"

Creation timestamp of this version.