RDB 2
Namespaces | Functions
library.hpp File Reference

RDB library management tools. More...

#include <string>
#include "riegl/rdb.hpp"

Go to the source code of this file.

Namespaces

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

Functions

void riegl::rdb::library::load (const std::string &filename="")
 Load library and resolve functions. More...
 
void riegl::rdb::library::free ()
 Free library. More...
 

Detailed Description

RDB library management tools.

Author
RIEGL LMS GmbH, Austria
Version
2020-04-08/AW: Initial version

NOTE: Unless otherwise specified, the functions defined herein are only available in "run-time linking" mode (i.e. when the RDB_RUNTIME_LINKING option/macro is defined). In this mode, the library is not automatically loaded on application startup and must be manually loaded by calling the function riegl::rdb::library::load(). To use this mode on Linux, you must link the library "libdl" to your application.

Definition in file library.hpp.