implemented output driver
This commit is contained in:
@@ -16,7 +16,7 @@ namespace output
|
||||
class OutputDriverFactory
|
||||
{
|
||||
public:
|
||||
std::shared_ptr <OutputDriver> getOutputDriver(std::ifstream &output_gpio_config, std::ifstream &output_config);
|
||||
static std::shared_ptr <OutputDriver> getOutputDriver(std::ifstream &output_gpio_config, std::ifstream &output_config);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user