GetSpeasyProxyNode.hh
609 Bytes
/*
* GetSpeasyProxyNode.hh
*
* Created on: April 25, 2024
* Author: AKKODIS - Furkan
*/
#ifndef GETSPEASYPROXYNODE_HH_
#define GETSPEASYPROXYNODE_HH_
#include "NodeCfg.hh"
namespace AMDA {
namespace XMLParameterConfigurator
{
class GetSpeasyProxyNode: public AMDA::XMLConfigurator::NodeGrpCfg {
public:
/**
* @brief Constructor.
*/
GetSpeasyProxyNode();
/**
* @brief Reading of get/localvi node.
*/
void proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext);
};
} /* namespace XMLParameterConfigurator */
} /* namespace AMDA */
#endif /* GETSPEASYPROXYNODE_HH_ */