Mercurial > hg > fxanalyse
comparison config.h @ 169:97112b45b838
Get Sr data logger parameters from configuration file. Code reorganization.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 14 Feb 2014 16:58:19 +0100 |
parents | |
children | 6e64ac00303e |
comparison
equal
deleted
inserted
replaced
168:4de7f2c9f328 | 169:97112b45b838 |
---|---|
1 #ifndef __CONFIG_H__ | |
2 #define __CONFIG_H__ | |
3 | |
4 #define CONFIGFILE "FXAnalyse.ini" | |
5 | |
6 #define GetIniFilePath(path) \ | |
7 do { \ | |
8 char project[MAX_PATHNAME_LEN]; \ | |
9 GetProjectDir(project); \ | |
10 MakePathname(project, CONFIGFILE, path); \ | |
11 } while (0) | |
12 | |
13 | |
14 #endif |