14 #ifndef _SIM_CONFIGURE_H_
15 #define _SIM_CONFIGURE_H_
29 int setup(T& sim,
const typename T::SetupProps& props,
char* infile);
39 const typename T::SetupProps& props =
typename T::SetupProps())
42 return setup.
setup(sim,props,infile);
Struct for configuring a given simulator.
Definition: SIMconfigure.h:24
int setup(T &sim, const typename T::SetupProps &props, char *infile)
Configures a simulator.