radarlib 1.4.6
Radar::RadarLibrary Class Reference

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...
 

Detailed Description

Library Class.

This class allow to perform some operations at library level, such as getting the version number etc.

Member Function Documentation

◆ getVersion()

int Radar::RadarLibrary::getVersion ( void  )
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)

◆ checkVersion()

static void Radar::RadarLibrary::checkVersion ( )
static

Check the library version.

Throw an exception if the linked library is older than the version used to compile the program.

Examples
create_polar_volume.cpp.

The documentation for this class was generated from the following files: