updated networking

This commit is contained in:
Jonas Zeunert
2020-01-09 23:03:42 +01:00
parent eb58a06f49
commit 5cd9e35a93
4 changed files with 8 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ public:
boost::optional<std::shared_ptr<items::Solenoid>> get_solenoid(const std::string &name) const;
boost::optional<std::shared_ptr<items::Sound>> get_sound(const std::string &name) const;
boost::optional<std::shared_ptr<items::Flipper>> get_flipper(const std::string &name) const;
boost::optional<std::shared_ptr<items::Display>> get_display(uint8_t number) const;
boost::optional<std::shared_ptr<items::Display>> get_display(const std::string &name) const;
private:
std::shared_ptr<output::DisplayController> display_controller;