factory
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef _SRC_OUTPUT_CABINETITEM_H_
|
||||
#define _SRC_OUTPUT_CABINETITEM_H_
|
||||
|
||||
#include "IItem.h"
|
||||
#include "output/items/IItem.h"
|
||||
|
||||
#include "output/IOutputGPIOInterface.h"
|
||||
|
||||
@@ -29,6 +29,7 @@ public:
|
||||
~Item() override = default;
|
||||
|
||||
uint8_t get_address() override;
|
||||
std::string get_name() override;
|
||||
|
||||
protected:
|
||||
const uint8_t address;
|
||||
|
||||
Reference in New Issue
Block a user