![]() |
RDB 2
|
RDB library management tools. More...
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... | |
RDB library management tools.
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.