15#include "wsf_version_defines.hpp"
25 return WSF_VERSION_MAJOR;
31 return WSF_VERSION_MINOR;
37 return WSF_VERSION_PATCH;
49 return WSF_RELEASE_VERSION;
Definition WsfVersion.hpp:21
constexpr const char * GetReleaseString()
Return the release version of the library as a string.
Definition WsfVersion.hpp:47
constexpr int GetMinorVersion()
Return the minor version of the library.
Definition WsfVersion.hpp:29
constexpr int GetMajorVersion()
Return the major version of the library.
Definition WsfVersion.hpp:23
constexpr const char * GetString()
Return the version of the library as a string.
Definition WsfVersion.hpp:41
constexpr int GetPatchVersion()
Return the patch version of the library.
Definition WsfVersion.hpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32