|
radarlib 1.4.6
|
Functions and classes to handle library informations. More...
#include <radarlib/defs.h>Go to the source code of this file.
Classes | |
| class | Radar::RadarLibrary |
| Library Class. More... | |
Functions | |
| RADAR_API int | radarlib_get_version (void) |
| Get Library Version. | |
Functions and classes to handle library informations.
| RADAR_API int radarlib_get_version | ( | void | ) |
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 ANSI C method to get the library version)