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