Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
Loader.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <Pothos/Plugin/Module.hpp>
14 #include <vector>
15 
16 namespace Pothos {
17 
19 {
20 public:
21 
28  static std::vector<PluginModule> loadModules(void);
29 
30 private:
32  PluginLoader(void){}
33 };
34 
35 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
Definition: Loader.hpp:18
Definition: CallInterface.hpp:15