Spike
|
Implements the factory design pattern for Signal. More...
#include <SignalFactory.h>
Static Public Member Functions | |
static std::unique_ptr< Signal > | create (const std::string &input_file, const TimeFrame &time_frame) |
Implements the factory design pattern for Signal.
|
static |
Returns a pointer to a get_value, depending on the type read from input file
input_file | Input file in .ini format |
time_frame | time frame |