40 #ifndef __OPENFLUID_MACHINE_OBSERVERPLUGINSMANAGER_HPP__ 41 #define __OPENFLUID_MACHINE_OBSERVERPLUGINSMANAGER_HPP__ 56 openfluid::ware::GetPluggableObserverSignatureProc,
57 openfluid::ware::GetPluggableObserverBodyProc>
101 return openfluid::config::OBSERVERS_PLUGINS_SUFFIX;
Definition: ObserverPluginsManager.hpp:55
Definition: WarePluginsManager.hpp:80
#define OPENFLUID_SINGLETON_DEFINITION(T)
Definition: SingletonMacros.hpp:78
PluggableObserver *(* GetPluggableObserverBodyProc)()
Definition: PluggableObserver.hpp:134
std::string getPluginFilenameSuffix() const
Definition: ObserverPluginsManager.hpp:99
ObserverSignature *(* GetPluggableObserverSignatureProc)()
Definition: PluggableObserver.hpp:136
Definition: ObserverInstance.hpp:54
std::vector< std::string > getPluginsSearchPaths() const
Definition: ObserverPluginsManager.hpp:89
Definition: ApplicationException.hpp:47
static std::vector< std::string > getObserversDirs()
Definition: ObserverInstance.hpp:72
static std::string getObserverFullPath(const std::string &Filename)
std::string getPluginFullPath(const std::string &Filename) const
Definition: ObserverPluginsManager.hpp:79
#define OPENFLUID_API
Definition: dllexport.hpp:86