radarlib 1.4.6
lib.hpp File Reference

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.
 

Detailed Description

Functions and classes to handle library informations.

Function Documentation

◆ radarlib_get_version()

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)