radarlib
1.4.6
|
Library Class. More...
#include <radarlib/lib.hpp>
Static Public Member Functions | |
static int | getVersion (void) |
Get Library Version. More... | |
static void | checkVersion () |
Check the library version. More... | |
Library Class.
This class allow to perform some operations at library level, such as getting the version number etc.
|
static |
Get Library Version.
Return the library version as an integer number calculated as follow: numer = major version * 10000 + minor version * 100 + BUILD (This is the C++ method to get the library version)
|
static |
Check the library version.
Throw an exception if the linked library is older than the version used to compile the program.