Spike
Loading...
Searching...
No Matches
Spike::SignalFactory Class Reference

Implements the factory design pattern for Signal. More...

#include <SignalFactory.h>

Static Public Member Functions

static std::unique_ptr< Signalcreate (const std::string &input_file, const TimeFrame &time_frame)
 

Detailed Description

Implements the factory design pattern for Signal.

Member Function Documentation

◆ create()

std::unique_ptr< Signal > Spike::SignalFactory::create ( const std::string & input_file,
const TimeFrame & time_frame )
static

Returns a pointer to a get_value, depending on the type read from input file

Parameters
input_fileInput file in .ini format
time_frametime frame
Returns
Pointer to get_value

The documentation for this class was generated from the following files: