bis nächste woche
This commit is contained in:
@@ -27,16 +27,10 @@ public:
|
||||
OutputItem(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name);
|
||||
virtual ~OutputItem();
|
||||
|
||||
virtual bool isActivated();
|
||||
virtual bool activate();
|
||||
virtual bool deactivate();
|
||||
|
||||
protected:
|
||||
int address;
|
||||
int address, i2c_address, data_pin_address;
|
||||
std::string name;
|
||||
|
||||
bool activated;
|
||||
|
||||
strategy::ActivationStrategy* strategy;
|
||||
|
||||
std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface;
|
||||
|
||||
Reference in New Issue
Block a user