libsmu  1.0.4
Library for interfacing with ADALM1000 devices
Macros
version.hpp File Reference

Library versioning support. Versioning for libsmu follows the guidelines of semantic versioning for shared libraries (http://semver.org/). More...

Go to the source code of this file.

Macros

#define LIBSMU_VERSION_MAJOR   1
 The major version of the libsmu library (X.0.0).
 
#define LIBSMU_VERSION_MINOR   0
 The minor version of the libsmu library (0.X.0).
 
#define LIBSMU_VERSION_PATCH   4
 The patch version of the libsmu library (0.0.X).
 
#define LIBSMU_VERSION
 A numerical libsmu library version. More...
 
#define LIBSMU_VERSION_STR   "1.0.4"
 A string representing the libsmu library version.
 

Detailed Description

Library versioning support. Versioning for libsmu follows the guidelines of semantic versioning for shared libraries (http://semver.org/).

Macro Definition Documentation

◆ LIBSMU_VERSION

#define LIBSMU_VERSION
Value:
LIBSMU_VERSION_PATCH)
#define LIBSMU_VERSION_MAJOR
The major version of the libsmu library (X.0.0).
Definition: version.hpp:12
#define LIBSMU_VERSION_MINOR
The minor version of the libsmu library (0.X.0).
Definition: version.hpp:15

A numerical libsmu library version.