65 #include <mesogui/GUIMEVehicleControl.h>
73 #ifdef CHECK_MEMORY_LEAKS
75 #endif // CHECK_MEMORY_LEAKS
102 int simStartTime = 0;
104 std::vector<std::string> guiSettingsFiles;
105 bool osgView =
false;
147 vehControl =
new GUIMEVehicleControl();
161 std::map<int, TraCIServer::CmdExecutor> execs;
171 NLHandler handler(
"", *net, db, tb, *eb, jb);
173 NLBuilder builder(oc, *net, *eb, jb, db, handler);
177 if (!builder.
build()) {
185 osgView = oc.
getBool(
"osg-view");
189 if (std::string(e.what()) != std::string(
"Process Error") && std::string(e.what()) != std::string(
"")) {
196 }
catch (std::exception& e) {
216 const std::vector<std::string>& guiSettingsFiles,
217 const bool osgView) {
247 if (std::string(e.what()) != std::string(
"Process Error") && std::string(e.what()) != std::string(
"")) {