Luiza
v03-01
|
#include <ProcessorLoader.h>
Processor loader - loads shared libraries with marlin processors. The shared libraries are loaded in the constructor with dlopen and closed in the destructor, i.e. their lifetime is the same as that of the ProcessorLoader instance.