46 #ifdef CHECK_MEMORY_LEAKS
48 #endif // CHECK_MEMORY_LEAKS
54 using namespace traci;
64 int variable = inputStorage.readUnsignedByte();
65 std::string
id = inputStorage.readString();
80 std::vector<std::string> ids = getMainWindow()->getViewIDs();
102 tempMsg.
writeString((std::string)c.getItem(c.getCurrentItem()).text());
119 server.writeResponseWithLength(outputStorage, tempMsg);
127 std::string warning =
"";
129 int variable = inputStorage.readUnsignedByte();
137 std::string
id = inputStorage.readString();
144 int valueDataType = inputStorage.readUnsignedByte();
177 const SUMOReal xmin = inputStorage.readDouble();
178 const SUMOReal ymin = inputStorage.readDouble();
179 const SUMOReal xmax = inputStorage.readDouble();
180 const SUMOReal ymax = inputStorage.readDouble();
190 std::string filename = inputStorage.readString();
203 std::string
id = inputStorage.readString();
213 v->
startTrack(static_cast<GUIVehicle*>(veh)->getGlID());
228 FXWindow* w = FXApp::instance()->getRootWindow()->getFirst();
229 while (w != 0 && dynamic_cast<GUIMainWindow*>(w) == 0) {