ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Factory.h
Go to the documentation of this file.
1 #ifndef FACTORY_H
2 #define FACTORY_H
3 
4 #include <string>
5 #include "Tool.h"
6 #include "Unity.h"
7 
13 Tool* Factory(std::string tool);
14 
15 #endif
Tool * Factory(std::string tool)
Definition: Factory.cpp:3