![]() |
Orthanc Client
Documentation of the client library of Orthanc
|
Functions | |
void | OrthancClient::Initialize () |
Manually initialize the shared library, using the default library name. More... | |
void | OrthancClient::Initialize (const std::string &sharedLibraryPath) |
Manually initialize the shared library. More... | |
void | OrthancClient::Finalize () |
Manually finalize the shared library. More... | |
|
inline |
Calling explicitly this function is not mandatory. It is useful to force the release of the resources acquired by the shared library, or to manually control the order in which the global variables get deleted.
|
inline |
Call this method before using the library to ensure correct behaviour in multi-threaded applications. This method is also useful to control the time at which the shared library is loaded (e.g. for real-time applications).
|
inline |
Call this method before using the library to ensure correct behaviour in multi-threaded applications. This method is also useful to control the time at which the shared library is loaded (e.g. for real-time applications).
sharedLibraryPath | The path to the shared library that contains the module. |