82    if (config.check(
"help"))
 
   91        if (config.check(
"remote"))
 
   93            m_remote = config.find(
"remote").asString();
 
   94            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'remote' using value:" << 
m_remote;
 
   98            yCError(RawValuesPublisherClientParamsCOMPONENT) << 
"Mandatory parameter 'remote' not found!";
 
   99            yCError(RawValuesPublisherClientParamsCOMPONENT) << 
"Description of the parameter: Prefix of the ports to which to connect, opened by RawValuesParameterSensorsServer device.";
 
  102        prop_check.unput(
"remote");
 
  107        if (config.check(
"local"))
 
  109            m_local = config.find(
"local").asString();
 
  110            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'local' using value:" << 
m_local;
 
  114            yCError(RawValuesPublisherClientParamsCOMPONENT) << 
"Mandatory parameter 'local' not found!";
 
  115            yCError(RawValuesPublisherClientParamsCOMPONENT) << 
"Description of the parameter: Port prefix of the ports opened by this device.";
 
  118        prop_check.unput(
"local");
 
  123        if (config.check(
"externalConnection"))
 
  126            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'externalConnection' using value:" << 
m_externalConnection;
 
  130            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'externalConnection' using DEFAULT value:" << 
m_externalConnection;
 
  132        prop_check.unput(
"externalConnection");
 
  137        if (config.check(
"carrier"))
 
  139            m_carrier = config.find(
"carrier").asString();
 
  140            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'carrier' using value:" << 
m_carrier;
 
  144            yCInfo(RawValuesPublisherClientParamsCOMPONENT) << 
"Parameter 'carrier' using DEFAULT value:" << 
m_carrier;
 
  146        prop_check.unput(
"carrier");