ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
Factory.h File Reference
#include <string>
#include "Tool.h"
#include "Unity.h"

Go to the source code of this file.

Functions

Tool * Factory (std::string tool)
 

Function Documentation

Tool* Factory ( std::string  tool)

Global Factory function for creating Tools.

Parameters
toolName of the Tool class to create.

Definition at line 3 of file Factory.cpp.