Building avaerages; Configreader database user and pw

This commit is contained in:
2017-09-07 15:09:45 +00:00
parent c2b7c1eed7
commit f4d1f248f7
8 changed files with 118 additions and 0 deletions

View File

@@ -18,5 +18,7 @@ int cfgreadpinamount(void);
int cfgreadsensornodes(sensornode *nodes, int nodecount);
int cfgreadcompareidamount(void); //currently unused but will be necessary if there'll be any node filters
int cfgreadcompareidvalue(int element); //same
char *cfgreadDatabaseUser(void);
int cfgreadNodeRefreshRate(void);
#endif