working on big refactor
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
|
||||
#include "DriverFactory.h"
|
||||
|
||||
#include "input/InputDriverFactory.h"
|
||||
#include "input/implementation/InputDriverFactory.h"
|
||||
#include "output/OutputDriverFactory.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
std::shared_ptr<input::IInputDriver> get_InputDriver(std::istream& input_config_stream, std::istream& matrix_config_stream)
|
||||
std::shared_ptr<input::InputDriver> get_InputDriver(std::istream& input_config_stream, std::istream& matrix_config_stream)
|
||||
{
|
||||
return input::InputDriverFactory::get_InputDriver(input_config_stream, matrix_config_stream);
|
||||
}
|
||||
|
||||
std::shared_ptr<output::IOutputDriver> get_OutputDriver(std::istream &output_pin_config,
|
||||
std::shared_ptr<output::OutputDriver> get_OutputDriver(std::istream &output_pin_config,
|
||||
std::istream &lamp_config,
|
||||
std::istream &solenoid_config,
|
||||
std::istream &sound_config,
|
||||
|
||||
Reference in New Issue
Block a user