namespace refactored
This commit is contained in:
20
FlippR-Driver/src/output/OutputDriverFactory.h
Normal file
20
FlippR-Driver/src/output/OutputDriverFactory.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by rhetenor on 04.10.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_OUTPUTDRIVERFACTORY_H
|
||||
#define FLIPPR_DRIVER_OUTPUTDRIVERFACTORY_H
|
||||
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
class OutputDriverFactory
|
||||
{
|
||||
public:
|
||||
std::shared_ptr <OutputDriver> getOutputDriver(std::ifstream &output_gpio_config, std::ifstream &output_config);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif //FLIPPR_DRIVER_OUTPUTDRIVERFACTORY_H
|
||||
Reference in New Issue
Block a user