RDB 2
Namespaces | Macros | Functions
version.hpp File Reference

RDB library API version. More...

#include <string>

Go to the source code of this file.

Namespaces

 riegl
 RIEGL Laser Measurement Systems GmbH, Austria.
 
 riegl::rdb
 RDB library components.
 

Macros

#define RIEGL_RDB_INTERFACE_MAJOR   2
 
#define RIEGL_RDB_INTERFACE_MINOR   4
 
#define RIEGL_RDB_INTERFACE_MICRO   3
 

Functions

const std::string & riegl::rdb::interfaceName ()
 Returns library interface name. More...
 
const std::string & riegl::rdb::interfaceVersion ()
 Returns library interface version string. More...
 

Detailed Description

RDB library API version.

Author
RIEGL LMS GmbH, Austria
Version
2020-01-16/AW: Initial version

Definition in file version.hpp.

Macro Definition Documentation

#define RIEGL_RDB_INTERFACE_MAJOR   2

Definition at line 42 of file version.hpp.

#define RIEGL_RDB_INTERFACE_MICRO   3

Definition at line 44 of file version.hpp.

#define RIEGL_RDB_INTERFACE_MINOR   4

Definition at line 43 of file version.hpp.