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: WarePluginsManager.hpp:81
Definition: ApplicationException.hpp:47
#define OPENFLUID_SINGLETON_DEFINITION(T)
Definition: SingletonMacros.hpp:55
Definition: ObserverPluginsManager.hpp:55
std::vector< std::string > getPluginsSearchPaths() const
Definition: ObserverPluginsManager.hpp:89
std::string getPluginFilenameSuffix() const
Definition: ObserverPluginsManager.hpp:99
Definition: ObserverInstance.hpp:72
std::string getPluginFullPath(const std::string &Filename) const
Definition: ObserverPluginsManager.hpp:79
static std::vector< std::string > getObserversDirs()
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ObserverInstance.hpp:54
static std::string getObserverFullPath(const std::string &Filename)
PluggableObserver *(* GetPluggableObserverBodyProc)()
Definition: PluggableObserver.hpp:134
ObserverSignature *(* GetPluggableObserverSignatureProc)()
Definition: PluggableObserver.hpp:136