Blame view

src/ParamGetImpl/DDServerInterface/GetDDBaseNode.hh 591 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
27
28
29
30
31
/*
 * GetDDBaseNode.hh
 *
 *  Created on: Oct 31, 2012
 *      Author: f.casimir
 */

#ifndef GETDDBASENODE_HH_
#define GETDDBASENODE_HH_

#include "NodeCfg.hh"

namespace AMDA {
	namespace XMLParameterConfigurator
	{

		class GetDDBaseNode: public AMDA::XMLConfigurator::NodeGrpCfg {
		public:
			/**
			 * @brief Constructor.
			 */
			GetDDBaseNode();
			/**
			 * @brief Reading of get/vi node.
			 */
			void proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext);
		};

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