1 #ifndef ORG_EEROS_HAL_PERIPHERALOUTPUT_HPP_
2 #define ORG_EEROS_HAL_PERIPHERALOUTPUT_HPP_
13 virtual std::string
getId()
const = 0;
21 virtual inline std::string
getId()
const {
return id; }
23 virtual void set(T value) = 0;
Definition: PeripheralOutput.hpp:17
Definition: PeripheralOutput.hpp:10
virtual std::string getId() const
Definition: PeripheralOutput.hpp:21
virtual ~PeripheralOutputInterface()
Definition: PeripheralOutput.hpp:12
virtual void set(T value)=0
virtual std::string getId() const =0
PeripheralOutput(std::string id)
Definition: PeripheralOutput.hpp:19
virtual ~PeripheralOutput()
Definition: PeripheralOutput.hpp:20