CAEN Utility  2.0.2
Utilities for CAEN projects
Load functions dynamically

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)
 

Detailed Description

Platform independent API to load / close functions from libraries dynamically.

Function Documentation

◆ c_dlload()

int32_t c_dlload ( const char *  libName,
c_libhandle_t libHandle 
)

Definition at line 1160 of file CAENMultiplatform.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_dfload()

int32_t c_dfload ( c_libhandle_t  hLib,
const char *  fcnName,
c_fcnhandle_t funcPtr 
)

Definition at line 1185 of file CAENMultiplatform.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_dlclose()

int32_t c_dlclose ( c_libhandle_t  hLib)

Definition at line 1208 of file CAENMultiplatform.c.

Here is the call graph for this function:
Here is the caller graph for this function: