added ItemVarHolder
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
std::map<std::string, std::shared_ptr<items::Lamp>> lamps, std::map<std::string, std::shared_ptr<items::Sound>> sounds,
|
||||
std::map<std::string, std::shared_ptr<items::Flipper>> flippers, std::map<uint8_t, std::shared_ptr<output::items::Display>> displays);
|
||||
|
||||
~OutputDriver() = default;
|
||||
~OutputDriver() = default;//TODO aufräumen
|
||||
|
||||
void activate_displays() const;
|
||||
void deactivate_displays() const;
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
#define _SRC_OUTPUT_ICABINETITEM_H_
|
||||
|
||||
#include <string>
|
||||
#include <Poco/RefCountedObject.h>
|
||||
#include <Poco/JSON/Object.h>
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user