updated output_items json
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
OutputDriver(std::map<std::string, std::shared_ptr<items::ISolenoid>> solenoids, std::map<std::string, std::shared_ptr<items::ILamp>> lamps, std::map<char, std::shared_ptr<items::IDisplay>> displays, std::map<std::string, std::shared_ptr<items::ISound>> sounds);
|
||||
|
||||
virtual ~OutputDriver() = default;
|
||||
|
||||
// todo what is flipper_relay ?
|
||||
std::vector<std::shared_ptr<items::ILamp>> get_lamps();
|
||||
std::vector<std::shared_ptr<items::ISolenoid>> get_solenoids();
|
||||
std::vector<std::shared_ptr<items::ISound>> get_sounds();
|
||||
|
||||
Reference in New Issue
Block a user