updated networking
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user