changed pointer stuff
This commit is contained in:
@@ -31,9 +31,9 @@ class InputDriverFactory
|
||||
|
||||
public:
|
||||
static std::shared_ptr<InputDriver> get_InputDriver(std::istream& input_config_stream, std::istream& matrix_config_stream);
|
||||
|
||||
private:
|
||||
static std::unique_ptr<IDetector> get_detector(std::istream& matrix_config_stream, std::unique_ptr<IInputGPIOInterface> input_gpio_interface, std::shared_ptr<IEventNotifier> event_notifier);
|
||||
static std::map<char, Event> create_input_events(nlohmann::json matrix_config);
|
||||
static void create_input_events(nlohmann::json matrix_config, std::map<char, std::shared_ptr<Event>> address_event_map, std::map<std::string, std::shared_ptr<Event>> name_event_map);
|
||||
static void ConfigureLogger();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user