written output item logic
This commit is contained in:
@@ -22,11 +22,11 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class OutputItem : public IOutputItem
|
||||
class Item : public IItem
|
||||
{
|
||||
public:
|
||||
OutputItem(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, u_int8_t address, std::string name);
|
||||
virtual ~OutputItem();
|
||||
Item(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, u_int8_t address, std::string name);
|
||||
virtual ~Item();
|
||||
|
||||
public:
|
||||
const u_int8_t address;
|
||||
|
||||
Reference in New Issue
Block a user