69 if (config.check(
"help"))
78 if (config.check(
"name"))
80 m_name = config.find(
"name").asString();
81 yCInfo(RawValuesPublisherServerParamsCOMPONENT) <<
"Parameter 'name' using value:" <<
m_name;
85 yCError(RawValuesPublisherServerParamsCOMPONENT) <<
"Mandatory parameter 'name' not found!";
86 yCError(RawValuesPublisherServerParamsCOMPONENT) <<
"Description of the parameter: Prefix of the port opened by this device";
89 prop_check.unput(
"name");
94 if (config.check(
"period"))
96 m_period = config.find(
"period").asInt64();
97 yCInfo(RawValuesPublisherServerParamsCOMPONENT) <<
"Parameter 'period' using value:" <<
m_period;
101 yCError(RawValuesPublisherServerParamsCOMPONENT) <<
"Mandatory parameter 'period' not found!";
102 yCError(RawValuesPublisherServerParamsCOMPONENT) <<
"Description of the parameter: Refresh period of the broadcasted values in ms";
103 yCError(RawValuesPublisherServerParamsCOMPONENT) <<
"Remember: Units for this parameter are: 'ms'";
106 prop_check.unput(
"period");