SUMO - Simulation of Urban MObility
typemap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const std::string opendriveTypemap
 
const std::string osmTypemap
 

Variable Documentation

const std::string opendriveTypemap
Initial value:
=
"<types xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"http://sumo.dlr.de/xsd/types_file.xsd\">\n"
" <type id=\"driving\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"mwyEntry\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"mwyExit\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"parking\" priority=\"1\" speed=\"1.39\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"special1\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"stop\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
"</types>\n"

Definition at line 1 of file typemap.h.

Referenced by NILoader::load().

const std::string osmTypemap

Definition at line 11 of file typemap.h.

Referenced by NILoader::load(), and main().