46 #ifdef CHECK_MEMORY_LEAKS
48 #endif // CHECK_MEMORY_LEAKS
54 using namespace traci;
63 std::string warning =
"";
65 int variable = inputStorage.readUnsignedByte();
66 std::string
id = inputStorage.readString();
81 std::vector<std::string> ids = getMainWindow()->getViewIDs();
103 tempMsg.
writeString((std::string)c.getItem(c.getCurrentItem()).text());
120 server.writeResponseWithLength(outputStorage, tempMsg);
128 std::string warning =
"";
130 int variable = inputStorage.readUnsignedByte();
138 std::string
id = inputStorage.readString();
145 int valueDataType = inputStorage.readUnsignedByte();
178 const SUMOReal xmin = inputStorage.readDouble();
179 const SUMOReal ymin = inputStorage.readDouble();
180 const SUMOReal xmax = inputStorage.readDouble();
181 const SUMOReal ymax = inputStorage.readDouble();
191 std::string filename = inputStorage.readString();
204 std::string
id = inputStorage.readString();
214 v->
startTrack(static_cast<GUIVehicle*>(veh)->getGlID());
229 FXWindow* w = FXApp::instance()->getRootWindow()->getFirst();
230 while (w != 0 && dynamic_cast<GUIMainWindow*>(w) == 0) {