2014-01-06 19:19:17 +00:00
|
|
|
#ifndef __INIT_HPP
|
|
|
|
#define __INIT_HPP
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
2014-01-21 01:34:40 +00:00
|
|
|
#ifndef AC_MD
|
|
|
|
|
2014-01-18 20:35:18 +00:00
|
|
|
char *userLogPath = "./logs/";
|
|
|
|
int tkDebugThreshold = 9999999999;
|
|
|
|
|
2014-01-21 01:34:40 +00:00
|
|
|
#endif
|
|
|
|
|
2014-01-09 01:35:37 +00:00
|
|
|
void init(const std::string &system_props_file);
|
2014-01-19 05:13:48 +00:00
|
|
|
void scenario(int which,const std::string &system_props_file);
|
2014-01-06 19:19:17 +00:00
|
|
|
|
|
|
|
#endif
|