1 #ifndef ORG_EEROS_CONTROL_SIGNALINTERFACE_HPP_
2 #define ORG_EEROS_CONTROL_SIGNALINTERFACE_HPP_
19 virtual std::string
getName()
const = 0;
21 virtual std::string
getLabel()
const = 0;
virtual std::string getLabel() const =0
Definition: SignalInterface.hpp:12
virtual std::string getName() const =0
Definition: SignalInterface.hpp:12
virtual sigid_t getId() const =0
Definition: SignalInterface.hpp:12
uint32_t sigid_t
Definition: types.hpp:9
Definition: SignalInterface.hpp:14