factory
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <mcp23017.h>
|
||||
#include <mutex>
|
||||
#include <map>
|
||||
#include <output/items/ISound.h>
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -32,10 +33,10 @@ public:
|
||||
~OutputGPIOInterface() override = default;
|
||||
|
||||
void activate(items::IDriverBoardItem *driver_board_item) override;
|
||||
void activate(items::ISoundItem *sound) override;
|
||||
void activate(items::ISound *sound) override;
|
||||
|
||||
void deactivate(items::IDriverBoardItem *driver_board_item) override;
|
||||
void deactivate(items::ISoundItem *sound) override;
|
||||
void deactivate(items::ISound *sound) override;
|
||||
|
||||
void write_display(std::shared_ptr<output::items::IDisplay> display) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user