Register_GlobalConfigOption(CFGID_PRINT_UNDISPOSED,"print-undisposed",CFG_BOOL,"true","Whether to report objects left (that is, not deallocated by simple module destructors) after network cleanup.");
Register_GlobalConfigOption(CFGID_SIMTIME_SCALE,"simtime-scale",CFG_INT,"-12","Sets the scale exponent, and thus the resolution of time for the 64-bit fixed-point simulation time representation. Accepted values are -18..0; for example, -6 selects microsecond resolution. -12 means picosecond resolution, with a maximum simtime of ~110 days.");
Register_GlobalConfigOption(CFGID_NED_PATH,"ned-path",CFG_PATH,"","A semicolon-separated list of directories. The directories will be regarded as roots of the NED package hierarchy, and all NED files will be loaded from their subdirectory trees. This option is normally left empty, as the OMNeT++ IDE sets the NED path automatically, and for simulations started outside the IDE it is more convenient to specify it via a command-line option or the NEDPATH environment variable.");
Register_GlobalConfigOption(CFGID_WRITE_RUNTIME_TO_FILE,"write-runtime-to-file",CFG_BOOL,"false","Enables or disables writing of the simulation runtime to file.");
Register_GlobalConfigOption(CFGID_WRITE_RUNTIME_TO_FILENAME,"write-runtime-to-filename",CFG_STRING,"runtimes.dat","Defines the name of the file in which the runtimes are stored.");
Register_PerRunConfigOption(CFGID_NETWORK,"network",CFG_STRING,NULL,"The name of the network to be simulated. The package name can be omitted if the ini file is in the same directory as the NED file that contains the network.");