15#ifndef ROBOLIGO_COMMON_CONNECTOR__SENSOR_HPP_
16#define ROBOLIGO_COMMON_CONNECTOR__SENSOR_HPP_
38 Sensor(std::string new_name, std::string new_topic);
50 void init(std::string new_name, std::string new_topic);
59 void initialize(std::string new_name, std::string new_topic);
Linker()
Default constructor.
Definition Linker.hpp:51
interfaces::modes mode_
The connection mode set to SUBSCRIBER for receiving sensor data.
Definition Sensor.hpp:61
void initialize(std::string new_name, std::string new_topic)
Protected initialization method.
Definition Sensor.cpp:25
virtual ~Sensor()=default
Virtual destructor.
Sensor(std::string new_name, std::string new_topic)
Constructor for Sensor.
Definition Sensor.cpp:19
void init(std::string new_name, std::string new_topic)
Initializes the sensor with a name and topic.
Definition Sensor.cpp:33
modes
Enumeration for interface operational modes.
Definition Interface.hpp:51
@ SUBSCRIBER
Definition Interface.hpp:53
Definition ClassificationBase.hpp:28