working on item rewrite
This commit is contained in:
@@ -9,18 +9,22 @@
|
||||
#define _SRC_OUTPUT_LAMP_H_
|
||||
|
||||
#include "output/items/Lamp.h"
|
||||
#include "output/items/DriverBoardItem.h"
|
||||
#include "output/items/detail/Item.h"
|
||||
#include "output/items/detail/DriverBoardItem.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class DriverBoardPinController;
|
||||
|
||||
namespace items
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
|
||||
class Lamp : public DriverBoardItem, public items::Lamp
|
||||
class Lamp : public detail::DriverBoardItem, public detail::Item, public items::Lamp
|
||||
{
|
||||
public:
|
||||
Lamp(std::shared_ptr<DriverBoardPinController> pin_controller, uint8_t address, std::string name);
|
||||
|
||||
Reference in New Issue
Block a user