![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <ctime>
#include <string>
#include <iostream>
#include <netload/NLBuilder.h>
#include <utils/options/OptionsCont.h>
#include <utils/options/OptionsIO.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/SystemFrame.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/ToString.h>
#include <utils/xml/XMLSubSys.h>
#include <traci-server/TraCIServer.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition in file sumo_main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file sumo_main.cpp.
References SystemFrame::close(), TraCIServer::close(), MsgHandler::getErrorInstance(), OptionsCont::getOptions(), MsgHandler::inform(), XMLSubSys::init(), NLBuilder::loadAndRun(), OptionsCont::setApplicationDescription(), OptionsCont::setApplicationName(), OptionsIO::setArgs(), VERSION_STRING, and WRITE_ERROR.