GetConstantNode.hh 578 Bytes
/*
 * GetConstantNode.hh
 *
 *  Created on: Sep 18, 2018
 *  Author: AKKA
 */

#ifndef GETCONSTANTNODE_HH_
#define GETCONSTANTNODE_HH_

#include "NodeCfg.hh"

namespace AMDA {

namespace XMLParameterConfigurator
{

class GetConstantNode: public AMDA::XMLConfigurator::NodeGrpCfg {
	public:
	/**
	 * @brief Constructor.
	 */
	GetConstantNode();

	/**
	 * @brief Reading of get/constant node.
	 */
	void proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext);
};

} /* namespace XMLParameterConfigurator */
} /* namespace AMDA */
#endif /* GETCONSTANTNODE_HH_ */