wrote display stuff and refactored thousend things
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "ICabinetItem.h"
|
||||
|
||||
#include "utilities/IOutputGPIOInterface.h"
|
||||
#include "utility/IOutputGPIOInterface.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@@ -23,7 +23,7 @@ namespace output
|
||||
class CabinetItem : public ICabinetItem
|
||||
{
|
||||
public:
|
||||
CabinetItem(std::shared_ptr<IOutputGPIOInterface> output_gpio_interface, int address, std::string name);
|
||||
CabinetItem(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name);
|
||||
virtual ~CabinetItem();
|
||||
|
||||
virtual bool isActivated();
|
||||
@@ -39,4 +39,4 @@ protected:
|
||||
|
||||
} /* namespace output */
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user