![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <utils/common/StringUtils.h>
#include <microsim/output/MSDetectorControl.h>
#include <microsim/MSEdge.h>
#include <microsim/MSVehicleType.h>
#include "MSSOTLE2Sensors.h"
Go to the source code of this file.
Macros | |
#define | INVALID_POSITION std::numeric_limits<double>::max() |
Functions | |
std::vector< std::string > & | split (const std::string &s, char delim, std::vector< std::string > &elems) |
std::string | trim (std::string &str) |
#define INVALID_POSITION std::numeric_limits<double>::max() |
Definition at line 26 of file MSSOTLE2Sensors.cpp.
Referenced by MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), MSSOTLE2Sensors::buildSensorForLane(), and MSSOTLE2Sensors::buildSensorForOutLane().
std::vector<std::string>& split | ( | const std::string & | s, |
char | delim, | ||
std::vector< std::string > & | elems | ||
) |
Definition at line 489 of file MSSOTLE2Sensors.cpp.
Referenced by NBEdge::buildInnerEdges(), IntermodalNetwork< E, L, N, V >::findSplitIndex(), IntermodalNetwork< E, L, N, V >::getDepartEdge(), ROEdge::getTravelTime(), MSSOTLE2Sensors::setVehicleWeigths(), and NGNet::toNB().
std::string trim | ( | std::string & | str | ) |
Definition at line 483 of file MSSOTLE2Sensors.cpp.
Referenced by MSSOTLE2Sensors::setVehicleWeigths().