|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
Platform independent API to load / close functions from libraries dynamically. More...
Functions | |
| int32_t | c_dlload (const char *libName, c_libhandle_t *libHandle) |
| int32_t | c_dfload (c_libhandle_t hLib, const char *fcnName, c_fcnhandle_t *funcPtr) |
| int32_t | c_dlclose (c_libhandle_t hLib) |
Platform independent API to load / close functions from libraries dynamically.
| int32_t c_dlload | ( | const char * | libName, |
| c_libhandle_t * | libHandle | ||
| ) |
Definition at line 1160 of file CAENMultiplatform.c.
| int32_t c_dfload | ( | c_libhandle_t | hLib, |
| const char * | fcnName, | ||
| c_fcnhandle_t * | funcPtr | ||
| ) |
Definition at line 1185 of file CAENMultiplatform.c.
| int32_t c_dlclose | ( | c_libhandle_t | hLib | ) |
Definition at line 1208 of file CAENMultiplatform.c.