Blame view

src/XMLParameterConfigurator/GetAMDAParamNode.hh 526 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * AMDAParamNNode.hh
 *
 *  Created on: Nov 16, 2012
 *      Author: f.casimir
 */

#ifndef AMDAPARAMNNODE_HH_
#define AMDAPARAMNNODE_HH_

#include "NodeCfg.hh"

namespace AMDA {
namespace XMLParameterConfigurator {

class GetAMDAParamNode: public AMDA::XMLConfigurator::NodeCfg {
public:
	GetAMDAParamNode();
	virtual ~GetAMDAParamNode();

	void proceed( xmlNodePtr pNode,	const AMDA::Parameters::CfgContext& pContext);
};

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