* @param CompName component's name. This is also the name that will be used to find the configuration data for the component in the Configuration Database.
* @param containerServices p/ACS_SRT/Common/Interfaces/MetrologyInterface/idlointer to the class that exposes all services offered by container
*/
WeatherStationImpl(constACE_CString&CompName,
maci::ContainerServices*containerServices);
/**
* Destructor.
*/
virtual~WeatherStationImpl();
/**
* This method allows the client to interface the component by sending text commands. The command is parsed and executed according the
* defined command syntax and grammar. This method is required to implement the <i>Managment::CommandInterpreter</i> interface.
* @throw CORBA::SystemException
* @throw ManagementErrors::CommandLineErrorEx
* @param configCommand this string contains the string that will be executed
* @return answer the string that reports the command execution results or in case, errors