Refactores Factory
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
namespace flippR_driver
|
||||
{
|
||||
std::shared_ptr<input::InputDriver> get_InputDriver(std::istream& input_config_stream, std::istream& matrix_config_stream);
|
||||
std::shared_ptr<output::OutputDriver> get_OutputDriver(std::istream& lamp_config,
|
||||
std::istream& solenoid_config,
|
||||
std::istream& sound_config,
|
||||
std::istream& display_config);
|
||||
std::shared_ptr<output::OutputDriver> get_OutputDriver(std::string & lamp_config_path,
|
||||
std::string & solenoid_config_path,
|
||||
std::string & sound_config_path,
|
||||
std::string & display_config_path);
|
||||
}
|
||||
|
||||
#endif //flippR_driver_DRIVERFACTORY_H
|
||||
|
||||
Reference in New Issue
Block a user