15#ifndef ROBOLIGO_COMMON_CONNECTOR_COMMANDERS__SERVICE_HPP_
16#define ROBOLIGO_COMMON_CONNECTOR_COMMANDERS__SERVICE_HPP_
40 Service(std::string new_name, std::string new_value);
Commander(std::string new_name, std::string new_value)
Constructor for Commander.
Definition Commander.cpp:19
virtual ~Service()=default
Service(std::string new_name, std::string new_value)
Constructs a Service commander with the specified name and value.
Definition Service.cpp:19
Definition ClassificationBase.hpp:28