![]() |
IOLink
IOL_v1.1.0_release
|
Versioning tool to check library infos. More...
#include <iolink/Versioning.h>
Static Public Member Functions | |
| static VersionInfo | version () |
| Return the version of the currently loaded IOLink library. | |
| static std::string | versionString () |
| Return a description string of the currently loaded IOLink library. | |
| static bool | checkCompatibility (const VersionInfo &version) |
| Check if the loaded library'version is compatible with the given one. More... | |
| static bool | checkCompatibility () |
| Check if the loaded library is compatible with the one defined in the header. | |
Versioning tool to check library infos.
|
static |
Check if the loaded library'version is compatible with the given one.
A version is compatible if:
| version | The version to check compatibility for. |