refactored everything
This commit is contained in:
@@ -2,18 +2,26 @@
|
||||
// Created by rhetenor on 10.10.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_IOUTPUTGPIOINTERFACE_H
|
||||
#define FLIPPR_DRIVER_IOUTPUTGPIOINTERFACE_H
|
||||
#ifndef flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
#define flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
|
||||
namespace FlippR_Driver
|
||||
#include "OutputItem.h"
|
||||
#include "IOutputGPIOInterface.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
{
|
||||
|
||||
class IOutputGPIOInterface
|
||||
{
|
||||
public:
|
||||
void activate(int address, std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface);
|
||||
void deactivate(int address,std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
#endif //FLIPPR_DRIVER_IOUTPUTGPIOINTERFACE_H
|
||||
#endif //flippR_driver_IOUTPUTGPIOINTERFACE_H
|
||||
|
||||
Reference in New Issue
Block a user