![]() |
Eclipse SUMO - Simulation of Urban MObility
|
SUMO config handler. More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
GNESumoConfigHandler (OptionsCont &sumoOptions, const std::string &file) | |
Constructor. | |
bool | loadSumoConfig () |
load SUMO config | |
Private Attributes | |
const std::string | myFile |
SUMO config file. | |
OptionsCont & | mySumoOptions |
sumo options | |
SUMO config handler.
Definition at line 1114 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::GNESumoConfigHandler::GNESumoConfigHandler | ( | OptionsCont & | sumoOptions, |
const std::string & | file | ||
) |
Constructor.
Definition at line 2212 of file GNEApplicationWindowHelper.cpp.
bool GNEApplicationWindowHelper::GNESumoConfigHandler::loadSumoConfig | ( | ) |
load SUMO config
Definition at line 2219 of file GNEApplicationWindowHelper.cpp.
References OptionsLoader::errorOccurred(), OptionsCont::getOptions(), StringUtils::replace(), TL, StringUtils::transcode(), StringUtils::transcodeToLocal(), and WRITE_ERROR.
Referenced by GNELoadThread::run().
|
private |
SUMO config file.
Definition at line 1128 of file GNEApplicationWindowHelper.h.
|
private |
sumo options
Definition at line 1125 of file GNEApplicationWindowHelper.h.