Tezzeret  1
Tezzeret
/home/kddev/dev/TivaWorkspace/TezzeretApps/GmConfig.hpp
1 /*
2  * GmConfig.hpp
3  *
4  * Created on: Jun 21, 2016
5  * Author: rcram
6  */
7 
8 #ifndef GMCONFIG_HPP_
9 #define GMCONFIG_HPP_
10 
11 namespace Geometrics
12 {
13 
14 class CGmConfig
15 {
16 public:
17  CGmConfig (GmStorage *psStorage);
18  ~CGmConfig ();
19 
20  int GetConfigString (char *pszStorageName,
21  char *pszSectionName,
22  char *pszVariableName,
23  char *pszDest,
24  int iBufferLength);
25 
26 private:
27  Geometrics::GmStorage m_psStorage;
28 
29 }
30 
31 } // namespace
32 
33 
34 
35 #endif /* GMCONFIG_HPP_ */
Definition: GmConfig.hpp:15
Definition: GmStorage.hpp:81
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47